about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/security/cliam/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/security/cliam/default.nix')
-rw-r--r--nixpkgs/pkgs/tools/security/cliam/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixpkgs/pkgs/tools/security/cliam/default.nix b/nixpkgs/pkgs/tools/security/cliam/default.nix
index 8ae75142ba4d..400cf8b7e7c5 100644
--- a/nixpkgs/pkgs/tools/security/cliam/default.nix
+++ b/nixpkgs/pkgs/tools/security/cliam/default.nix
@@ -6,16 +6,16 @@
 
 buildGoModule rec {
   pname = "cliam";
-  version = "2.0.0";
+  version = "2.2.0";
 
   src = fetchFromGitHub {
     owner = "securisec";
     repo = pname;
     rev = version;
-    hash = "sha256-TEpAY1yY5AFTg5yUZMvTFdZiQ7yBi0rjYgCCksiMfDU=";
+    hash = "sha256-59nPoH0+k1umMwFg95hQHOr/SRGKqr1URFG7xtVRiTs=";
   };
 
-  vendorSha256 = "sha256-VCai9rxpnlpviN5W/VIRcNGvPljE2gbFnxA1OKhVElk=";
+  vendorHash = "sha256-Tcz8W/PX+9WE+0iFVhqHuElJI7qWD+AdwOKdTc7FQTE=";
 
   nativeBuildInputs = [
     installShellFiles