about summary refs log tree commit diff
path: root/pkgs/shells/murex
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-26 12:11:47 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-26 12:11:47 +0000
commit2aae529393e0619bfc096f8b733dd9fce9c307e7 (patch)
tree64a1bd8a5a620c661c8da04ac8e42e95baad5326 /pkgs/shells/murex
parent12f21439d54693eb07647b27ba05c9e2163ab2b4 (diff)
murex: 4.4.6110 -> 4.4.9100
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 a4139132ed8ec..2f47dcc6e171a 100644
--- a/pkgs/shells/murex/default.nix
+++ b/pkgs/shells/murex/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "murex";
-  version = "4.4.6110";
+  version = "4.4.9100";
 
   src = fetchFromGitHub {
     owner = "lmorg";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-/0g0LWzw3GbjAIFgNMNzwL8cJNMD1Jwoaaz8lE6ePgU=";
+    sha256 = "sha256-3YXRjwDEJC4rZdvrgj8Hp8oD+4NN5LOUJmM/9bjwfQw=";
   };
 
   vendorHash = "sha256-eQfffqNxt6es/3/H59FC5mLn1IU3oMpY/quzgNOgOaU=";