about summary refs log tree commit diff
path: root/pkgs/shells/murex
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-11 10:56:49 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-11 10:56:49 +0000
commit6ab3619df7b2c30ca7d7c5e1d908e4c3411dee4e (patch)
tree4ee21b0e9fd156289ede98431f5f9053de225195 /pkgs/shells/murex
parent0ccfba07f2a932647d6a7f7cc7ea82ee5313d934 (diff)
murex: 5.0.9310 -> 5.1.2210
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 aa8ddafd40358..81b585b28fdf5 100644
--- a/pkgs/shells/murex/default.nix
+++ b/pkgs/shells/murex/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "murex";
-  version = "5.0.9310";
+  version = "5.1.2210";
 
   src = fetchFromGitHub {
     owner = "lmorg";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-gwaNz4OgYs5mAMi/HtLOXoIJA/iHPKX+eiVBP2l2YFU=";
+    sha256 = "sha256-N0sWTWZJT4hjivTreYfG5VkxiWgTjlH+/9VZD6YKQXY=";
   };
 
   vendorHash = "sha256-PClKzvpztpry8xsYLfWB/9s/qI5k2m8qHBxkxY0AJqI=";