about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-09-01 23:22:28 +0200
committerGitHub <noreply@github.com>2023-09-01 23:22:28 +0200
commit317feb1b99451c1314b972f56e79192ef4b2ef35 (patch)
treeca825b426c1b08c4b6fad2d8b89b032744c959aa /pkgs/shells
parent5fc95eef55ead8b721808f7f235c6fb032e68276 (diff)
parent90ddf43816b0ec78704672ce4dec3413504e3c82 (diff)
Merge pull request #250467 from kashw2/murex
murex: 4.4.9100 -> 4.4.9500; added maintainer
Diffstat (limited to 'pkgs/shells')
-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 ];
   };
 }