summary refs log tree commit diff
path: root/pkgs/shells/murex
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-21 23:44:50 +0000
committerBobby Rong <rjl931189261@126.com>2022-09-24 19:34:35 +0800
commit8d137f50b6a6bd8800109ebd62790d84d7e693cd (patch)
tree03acd8760e72179400f9c7b33800d79a5afe9f0a /pkgs/shells/murex
parentb87405ef6a9e93f9c8c6e2e8d162ba91cb7fec9f (diff)
murex: 2.11.2000 -> 2.11.2030
Diffstat (limited to 'pkgs/shells/murex')
-rw-r--r--pkgs/shells/murex/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/murex/default.nix b/pkgs/shells/murex/default.nix
index 4bb6d9dc253ef..4474577d2e87f 100644
--- a/pkgs/shells/murex/default.nix
+++ b/pkgs/shells/murex/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "murex";
-  version = "2.11.2000";
+  version = "2.11.2030";
 
   src = fetchFromGitHub {
     owner = "lmorg";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-PQFckkoNIpeYrPKuhg7K1y1MFYhmF7tCH+Dnh2RIsUI=";
+    sha256 = "sha256-/W0nNmMdjtkktwkNGHrxHHibqqbujC591nC4NwEG47U=";
   };
 
   vendorSha256 = "sha256-hLz36ESf6To6sT/ha/yXyhG0U1gGw8HDfnrPJnws25g=";