about summary refs log tree commit diff
path: root/pkgs/shells/murex
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-17 04:09:38 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-17 04:09:38 +0000
commit30ff1b625d8631884a901ec0d2a8bc25a7bbaa0d (patch)
treea073c8fc61877c76950660f9ac9df77bc45a42c7 /pkgs/shells/murex
parent74578d8b1aa7205fcbf3e8f64bbcba8a0dcd5367 (diff)
murex: 5.2.7610 -> 5.3.4000
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 e5b1bfb7c5436..5e42880e55227 100644
--- a/pkgs/shells/murex/default.nix
+++ b/pkgs/shells/murex/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "murex";
-  version = "5.2.7610";
+  version = "5.3.4000";
 
   src = fetchFromGitHub {
     owner = "lmorg";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-YyMt1V9Utar849+HPGLGJc25PvV7Q2pJehpFOOxlraY=";
+    sha256 = "sha256-cShXZa3ms7RmnRrvWyvijWF7kTO7K6GS1IvEUyT2mio=";
   };
 
   vendorHash = "sha256-qOItRqCIxoHigufI6b7j2VdBDo50qGDe+LAaccgDh5w=";