murex: 6.0.1000 -> 6.1.8300

This commit is contained in:
R. Ryantm 2024-06-27 14:08:41 +00:00
parent db4c8df48c
commit ad259b7070

View File

@ -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 = [ "." ];