about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-09-22 00:17:05 +0200
committerGitHub <noreply@github.com>2023-09-22 00:17:05 +0200
commit9bfbeff45a5c2f5883c5e76ded333d72339920ed (patch)
tree47d6ed60019f22950b29b48de6bc58d7174ba63b /pkgs
parent05a907557826942cdf601c96d3dea0e8d4924491 (diff)
parent1e43c3d01039a1750959d608ae522f5d529a04f2 (diff)
Merge pull request #256561 from fabaff/kubeclarity-bump
kubeclarity: 2.19.0 -> 2.21.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/security/kubeclarity/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/kubeclarity/default.nix b/pkgs/tools/security/kubeclarity/default.nix
index 709a4c52bccc5..2f026b62f6e96 100644
--- a/pkgs/tools/security/kubeclarity/default.nix
+++ b/pkgs/tools/security/kubeclarity/default.nix
@@ -8,16 +8,16 @@
 
 buildGoModule rec {
   pname = "kubeclarity";
-  version = "2.19.0";
+  version = "2.21.0";
 
   src = fetchFromGitHub {
     owner = "openclarity";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-ua9BmQh5NacxmcgiwnaJ8avjuR6ZrG3ilx11dF+tDWs=";
+    hash = "sha256-aTbad1w/8ywBbZKA0PIbY18K1fUikXZ8VLFKsX7JI6g=";
   };
 
-  vendorHash = "sha256-XXjKkq5bFf8iFhBLJ3xYHuNWctP3Qo5Gqo/gfZQF/n8=";
+  vendorHash = "sha256-rpP+3x/+e5PxyRL+IR2k3OEOSkm5341oScqRm+EdFUI=";
 
   nativeBuildInputs = [
     pkg-config