summary refs log tree commit diff
path: root/pkgs/tools/security/kubeclarity
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-01 03:27:32 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-01 03:27:32 +0000
commitef11bcb51c5504df8d1c4a3ad9a436f92665dab0 (patch)
tree77fa3615f51ba4381cff80a39e45867bfad7beaf /pkgs/tools/security/kubeclarity
parentcbf65698f28a5b452c0d93b1c7480d5bcfda7e1a (diff)
kubeclarity: 2.18.1 -> 2.19.0
Diffstat (limited to 'pkgs/tools/security/kubeclarity')
-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 d6b175e1e63f3..709a4c52bccc5 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.18.1";
+  version = "2.19.0";
 
   src = fetchFromGitHub {
     owner = "openclarity";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-hSVxhXaRSIKw1/14BS+mzDkdds6LurWTNNwHpKIXZxM=";
+    hash = "sha256-ua9BmQh5NacxmcgiwnaJ8avjuR6ZrG3ilx11dF+tDWs=";
   };
 
-  vendorHash = "sha256-vAR/RqPL4PWvCC3QevaLFtA9JEIy/DuCIrIN5Ilb3Ko=";
+  vendorHash = "sha256-XXjKkq5bFf8iFhBLJ3xYHuNWctP3Qo5Gqo/gfZQF/n8=";
 
   nativeBuildInputs = [
     pkg-config