murex: 4.1.5200 -> 4.1.6140

This commit is contained in:
R. Ryantm 2023-05-25 03:33:03 +00:00
parent 105037c7cf
commit f7b88d263e

View file

@ -5,13 +5,13 @@
buildGoModule rec { buildGoModule rec {
pname = "murex"; pname = "murex";
version = "4.1.5200"; version = "4.1.6140";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lmorg"; owner = "lmorg";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-O0Hr2u/2WmJGbpOW0IRQfKQbxWl/IwK/6S2t5g5NAZ8="; sha256 = "sha256-1MFFAdmFtLZ0QlplgBHUb4g9bGmYX9445q9UFMh4OPE=";
}; };
vendorHash = "sha256-eQfffqNxt6es/3/H59FC5mLn1IU3oMpY/quzgNOgOaU="; vendorHash = "sha256-eQfffqNxt6es/3/H59FC5mLn1IU3oMpY/quzgNOgOaU=";