about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-05-07 21:36:51 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-05-07 21:36:51 +0200
commit525c07e62dac9797d657dfd43fc7b5196d6b791d (patch)
tree612d7d732c8243ce55e4bd99f825063bfc2c5760 /pkgs/tools/security
parent403d5963cc5ca2de87bc891dd9090c9995dc7a97 (diff)
cnspec: 11.2.0 -> 11.3.0
Diff: https://github.com/mondoohq/cnspec/compare/refs/tags/v11.2.0...v11.3.0

Changelog: https://github.com/mondoohq/cnspec/releases/tag/v11.3.0
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/cnspec/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/cnspec/default.nix b/pkgs/tools/security/cnspec/default.nix
index 1c221457a06e5..4156a4509d860 100644
--- a/pkgs/tools/security/cnspec/default.nix
+++ b/pkgs/tools/security/cnspec/default.nix
@@ -6,18 +6,18 @@
 
 buildGoModule rec {
   pname = "cnspec";
-  version = "11.2.0";
+  version = "11.3.0";
 
   src = fetchFromGitHub {
     owner = "mondoohq";
     repo = "cnspec";
     rev = "refs/tags/v${version}";
-    hash = "sha256-KjF1tVeASK+psbcf/ND+SRCXYJog74O3Qm2yRGLN6LI=";
+    hash = "sha256-Xq5kOyIKCfTkzyQQQf/krgcKi78JInAFT5oNgjOlINo=";
   };
 
   proxyVendor = true;
 
-  vendorHash = "sha256-HKqUBtr6qidBx4SoiWkCdwri3dCrxXMPMSb/X7h+WBs=";
+  vendorHash = "sha256-a0TjKpoS2NwvYeJhb2YIxX5XI/HdKjYPnZkfTKII/DY=";
 
   subPackages = [ "apps/cnspec" ];