murex: 6.1.8300 -> 6.2.3000

This commit is contained in:
R. Ryantm 2024-07-19 14:06:44 +00:00
parent 23fed6a921
commit 276828565e

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "murex";
version = "6.1.8300";
version = "6.2.3000";
src = fetchFromGitHub {
owner = "lmorg";
repo = pname;
rev = "v${version}";
sha256 = "sha256-16eaPxmTauuttpjHUSQlBu/d/S3CWKgQYttqQWp0lkU=";
sha256 = "sha256-Y9FVmIYipEkKXHU7TcRX7s/8/50b5fYnPLalFXHPomM=";
};
vendorHash = "sha256-/qK7Zgdz48vmz+tIMZmo1M5Glr842fOCinMoLAeQasg=";