From be64d6a5794c36cb712751705cca09fb8fa40c93 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 29 Jul 2022 08:37:01 +0000 Subject: [PATCH] cliam: 1.0.0 -> 2.0.0 --- pkgs/tools/security/cliam/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/cliam/default.nix b/pkgs/tools/security/cliam/default.nix index 7b7ee342a12..8ae75142ba4 100644 --- a/pkgs/tools/security/cliam/default.nix +++ b/pkgs/tools/security/cliam/default.nix @@ -6,16 +6,16 @@ buildGoModule rec { pname = "cliam"; - version = "1.0.0"; + version = "2.0.0"; src = fetchFromGitHub { owner = "securisec"; repo = pname; rev = version; - hash = "sha256-bq7u6pknokyY4WwO1qMYPuY86UZlDgeYEa1AJpk8d+4="; + hash = "sha256-TEpAY1yY5AFTg5yUZMvTFdZiQ7yBi0rjYgCCksiMfDU="; }; - vendorSha256 = "sha256-aGBA97EvIUv9myqcrtltiVxh1/0VtrQy2j9GU6r197g="; + vendorSha256 = "sha256-VCai9rxpnlpviN5W/VIRcNGvPljE2gbFnxA1OKhVElk="; nativeBuildInputs = [ installShellFiles