murex: 3.1.3100 -> 4.1.5200

This commit is contained in:
R. Ryantm 2023-05-20 02:49:29 +00:00
parent 1362b2c8d6
commit 2f9545e335

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "murex";
version = "3.1.3100";
version = "4.1.5200";
src = fetchFromGitHub {
owner = "lmorg";
repo = pname;
rev = "v${version}";
sha256 = "sha256-haYS3M3Cg+RBGbH5Af/9qcTkKroqx76r1Fb6Bf08lgY=";
sha256 = "sha256-O0Hr2u/2WmJGbpOW0IRQfKQbxWl/IwK/6S2t5g5NAZ8=";
};
vendorHash = "sha256-GKgwll9Cl+FMYwn07F7d33VXl4a9lcC7muzNvRzmR4k=";
vendorHash = "sha256-eQfffqNxt6es/3/H59FC5mLn1IU3oMpY/quzgNOgOaU=";
subPackages = [ "." ];