about summary refs log tree commit diff
path: root/pkgs/shells/murex
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-18 06:06:31 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-18 06:06:31 +0000
commit8ec130e9f5e36186f41a64ae389bcc187f2240e5 (patch)
tree45cdf2c9f0d83b477fe25c22cd9aed06b5e13c06 /pkgs/shells/murex
parent714b778abcae5cd7456c4b03ff821cc487e929ae (diff)
murex: 5.3.7000 -> 6.0.1000
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 432bd618177db..d44c32e81cfc9 100644
--- a/pkgs/shells/murex/default.nix
+++ b/pkgs/shells/murex/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "murex";
-  version = "5.3.7000";
+  version = "6.0.1000";
 
   src = fetchFromGitHub {
     owner = "lmorg";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-wXpiJQ/9A45cmi0v5ZAgOCBvK86fqiOe9G8zOVCetBg=";
+    sha256 = "sha256-biwwNuCUgBNV//4/PYKf/n4HA69uiBEYFWVwspI1GG8=";
   };
 
   vendorHash = "sha256-qOItRqCIxoHigufI6b7j2VdBDo50qGDe+LAaccgDh5w=";