murex: 6.4.2063 -> 7.0.2107 (#421945)

Co-authored-by: kashw2 <kashw2@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] kashw2 and committed by GitHub 5da7e667 b6a128b0

+3 -3
+3 -3
pkgs/by-name/mu/murex/package.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "murex"; 9 - version = "6.4.2063"; 9 + version = "7.0.2107"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "lmorg"; 13 13 repo = "murex"; 14 14 rev = "v${version}"; 15 - sha256 = "sha256-czo2JCUwzENPuBBTaO4RYo7WRvepacaKElAj9DznFY0="; 15 + sha256 = "sha256-k87Xj92TDPlcHNGSbAL1oznCX+0mVd5pHzZ/QiA4s2A="; 16 16 }; 17 17 18 - vendorHash = "sha256-NIhg8D8snCNxpb3i2JG5tLcZteYBCGN4QbOowG/vgJE="; 18 + vendorHash = "sha256-p+KIaZLJEWxsOTRKhg0X3qpBdY3VBQUb8+A84A1eOdw="; 19 19 20 20 subPackages = [ "." ]; 21 21