lol

cliam: 2.0.0 -> 2.2.0

+3 -3
+3 -3
pkgs/tools/security/cliam/default.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "cliam"; 9 - version = "2.0.0"; 9 + version = "2.2.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "securisec"; 13 13 repo = pname; 14 14 rev = version; 15 - hash = "sha256-TEpAY1yY5AFTg5yUZMvTFdZiQ7yBi0rjYgCCksiMfDU="; 15 + hash = "sha256-59nPoH0+k1umMwFg95hQHOr/SRGKqr1URFG7xtVRiTs="; 16 16 }; 17 17 18 - vendorSha256 = "sha256-VCai9rxpnlpviN5W/VIRcNGvPljE2gbFnxA1OKhVElk="; 18 + vendorHash = "sha256-Tcz8W/PX+9WE+0iFVhqHuElJI7qWD+AdwOKdTc7FQTE="; 19 19 20 20 nativeBuildInputs = [ 21 21 installShellFiles