about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-06-21 08:26:49 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-06-21 08:26:49 +0200
commit858cb370a15a5285addba10d1d92b191d8ecdbc7 (patch)
treeecd33fc37e08e4246a2ddc70426e55aac14b2b91 /pkgs
parent38ba06c7b9f2553adaef90ff3175028c556190f0 (diff)
cnspec: 11.9.0 -> 11.9.1
Diff: https://github.com/mondoohq/cnspec/compare/refs/tags/v11.9.0...v11.9.1

Changelog: https://github.com/mondoohq/cnspec/releases/tag/v11.9.1
Diffstat (limited to 'pkgs')
-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 b02cc7ed4867e..e3c112127143d 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.9.0";
+  version = "11.9.1";
 
   src = fetchFromGitHub {
     owner = "mondoohq";
     repo = "cnspec";
     rev = "refs/tags/v${version}";
-    hash = "sha256-ry8VUMTswRwt0QViTi6ZnYxDN9P5wVdXLsNJlvhJ3yM=";
+    hash = "sha256-8i2oNeFxpxhFxFlJR3ib0M1W9NNtqgGjlnKsqzLkf68=";
   };
 
   proxyVendor = true;
 
-  vendorHash = "sha256-csSdZifkohlAVD2vXe4P1J4nX+EJNFB+YaVXRZKBsKI=";
+  vendorHash = "sha256-va23lTCCL/4EpTkBPH+rqZj4f+O4vAg2/nXGMEDNGXU=";
 
   subPackages = [ "apps/cnspec" ];