about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2023-10-11 09:10:02 -0700
committerGitHub <noreply@github.com>2023-10-11 09:10:02 -0700
commitbdada9456df9d5b425a464a8a3eacd4bf6909def (patch)
treedd7d3da854a395c55658589b8ffb15bb6c9c03cd /pkgs/shells
parent0f8b25d1ec0e9f42bbc9d735dd0996470a6cf9f4 (diff)
parent6ab3619df7b2c30ca7d7c5e1d908e4c3411dee4e (diff)
Merge pull request #260412 from r-ryantm/auto-update/murex
murex: 5.0.9310 -> 5.1.2210
Diffstat (limited to 'pkgs/shells')
-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=";