about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-06-27 23:11:45 +0200
committerGitHub <noreply@github.com>2024-06-27 23:11:45 +0200
commit78222a042a17296aee893e1c9fb79e563a56650e (patch)
treeba0a485f883392eb7d7e0eaed2259b6d12c9d329 /pkgs/shells
parent33a21d8af0ef9e0f1613a84c2a2e4fe8d8330d4c (diff)
parentad259b7070388bc40a44bd6326bc0b04e33ffa8a (diff)
Merge pull request #322918 from r-ryantm/auto-update/murex
murex: 6.0.1000 -> 6.1.8300
Diffstat (limited to 'pkgs/shells')
-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 b6a802b8c8c5a..723cc2ae51110 100644
--- a/pkgs/shells/murex/default.nix
+++ b/pkgs/shells/murex/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "murex";
-  version = "6.0.1000";
+  version = "6.1.8300";
 
   src = fetchFromGitHub {
     owner = "lmorg";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-biwwNuCUgBNV//4/PYKf/n4HA69uiBEYFWVwspI1GG8=";
+    sha256 = "sha256-16eaPxmTauuttpjHUSQlBu/d/S3CWKgQYttqQWp0lkU=";
   };
 
-  vendorHash = "sha256-qOItRqCIxoHigufI6b7j2VdBDo50qGDe+LAaccgDh5w=";
+  vendorHash = "sha256-/qK7Zgdz48vmz+tIMZmo1M5Glr842fOCinMoLAeQasg=";
 
   subPackages = [ "." ];