murex: 5.3.4000 -> 5.3.5000

This commit is contained in:
R. Ryantm 2023-12-27 06:14:18 +00:00
parent 4ed0df40ea
commit 0395daeae5

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "murex";
version = "5.3.4000";
version = "5.3.5000";
src = fetchFromGitHub {
owner = "lmorg";
repo = pname;
rev = "v${version}";
sha256 = "sha256-cShXZa3ms7RmnRrvWyvijWF7kTO7K6GS1IvEUyT2mio=";
sha256 = "sha256-2TX1HgbW2C8Yvrk4fnv43SRxYoCxYMrgLgsut4lj7NY=";
};
vendorHash = "sha256-qOItRqCIxoHigufI6b7j2VdBDo50qGDe+LAaccgDh5w=";