about summary refs log tree commit diff
path: root/pkgs/shells/murex
diff options
context:
space:
mode:
authorkashw2 <supra4keanu@hotmail.com>2023-08-21 12:44:08 +1000
committerkashw2 <supra4keanu@hotmail.com>2023-08-31 11:24:23 +1000
commit90ddf43816b0ec78704672ce4dec3413504e3c82 (patch)
tree16969b382146ca11f5160c04c1ce6cf37e0bf448 /pkgs/shells/murex
parent2fe3ce022d342a9e25736117c3ccc6a53b03ad1a (diff)
murex: 4.4.9100 -> 4.4.9500
murex: added kashw2 maintainer
Diffstat (limited to 'pkgs/shells/murex')
-rw-r--r--pkgs/shells/murex/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/shells/murex/default.nix b/pkgs/shells/murex/default.nix
index 2f47dcc6e171a..386e92defad30 100644
--- a/pkgs/shells/murex/default.nix
+++ b/pkgs/shells/murex/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "murex";
-  version = "4.4.9100";
+  version = "4.4.9500";
 
   src = fetchFromGitHub {
     owner = "lmorg";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-3YXRjwDEJC4rZdvrgj8Hp8oD+4NN5LOUJmM/9bjwfQw=";
+    sha256 = "sha256-4BtpnGsXgGKIY3+SAZpfUnh+tQWsXyuIfXbvUvEAjy4=";
   };
 
   vendorHash = "sha256-eQfffqNxt6es/3/H59FC5mLn1IU3oMpY/quzgNOgOaU=";
@@ -22,6 +22,6 @@ buildGoModule rec {
     description = "Bash-like shell and scripting environment with advanced features designed for safety and productivity";
     homepage = "https://murex.rocks";
     license = licenses.gpl2;
-    maintainers = with maintainers; [ dit7ya ];
+    maintainers = with maintainers; [ dit7ya kashw2 ];
   };
 }