about summary refs log tree commit diff
path: root/pkgs/shells/murex
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-21 14:49:40 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-21 14:49:40 +0000
commit41ccb6908717e1c3f8914914426aa913d34cf0ce (patch)
treedace11081fec3981c2c5113d0683000a95cfc8b7 /pkgs/shells/murex
parentbfc50c1faf8d23fd924551d3761d323a74eaf239 (diff)
murex: 2.11.2200 -> 3.0.9310
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 af274958baa3c..1f8e77394221f 100644
--- a/pkgs/shells/murex/default.nix
+++ b/pkgs/shells/murex/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "murex";
-  version = "2.11.2200";
+  version = "3.0.9310";
 
   src = fetchFromGitHub {
     owner = "lmorg";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-nyrZttTOWpr7rBc2Ks04cWMGZFmd7lVIz6mHa0m+dDE=";
+    sha256 = "sha256-UjEEP5gDS20PXgzeN1q/j9eydEF/EaB2+TyugHPbbqE=";
   };
 
-  vendorSha256 = "sha256-hLz36ESf6To6sT/ha/yXyhG0U1gGw8HDfnrPJnws25g=";
+  vendorHash = "sha256-vr8r0C01FlJOiAJjbkHxxFpC8hlQNPdoWGARZUl8YGs=";
 
   subPackages = [ "." ];