summary refs log tree commit diff
path: root/pkgs/tools/security/cliam/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-29 08:37:01 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-29 08:37:01 +0000
commitbe64d6a5794c36cb712751705cca09fb8fa40c93 (patch)
treed9f7c6bcc4b36e78d7bec52b0f4f8221c73d8bfe /pkgs/tools/security/cliam/default.nix
parent1d523e2fbb2d252f7f8e97caa4717f6e3bd4d695 (diff)
cliam: 1.0.0 -> 2.0.0
Diffstat (limited to 'pkgs/tools/security/cliam/default.nix')
-rw-r--r--pkgs/tools/security/cliam/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/cliam/default.nix b/pkgs/tools/security/cliam/default.nix
index 7b7ee342a12da..8ae75142ba4d6 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