about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-06-20 10:21:55 +0200
committerGitHub <noreply@github.com>2024-06-20 10:21:55 +0200
commit8a0a8b65dc082cde6ffcef029042c6935f9725f2 (patch)
tree35d523aeb238774ee1d8334f8dbe4dfdb3f2b0ed
parent44c061f0b5abe47f707a52e739923a64949125b4 (diff)
parent75cb82461787c7a439f762b218801fb82c2d43a9 (diff)
Merge pull request #321018 from r-ryantm/auto-update/cnspec
cnspec: 11.8.0 -> 11.9.0
-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 2cd981a04bcf3..b02cc7ed4867e 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.8.0";
+  version = "11.9.0";
 
   src = fetchFromGitHub {
     owner = "mondoohq";
     repo = "cnspec";
     rev = "refs/tags/v${version}";
-    hash = "sha256-gRmOHDwhOV2dpDdBS+SpyLBq2deL0mVwwgEod4a8BCM=";
+    hash = "sha256-ry8VUMTswRwt0QViTi6ZnYxDN9P5wVdXLsNJlvhJ3yM=";
   };
 
   proxyVendor = true;
 
-  vendorHash = "sha256-P0HRV7jRF8QZxruoQv2V6x/9v2rmZ3Xe5zZzZ3wj9x0=";
+  vendorHash = "sha256-csSdZifkohlAVD2vXe4P1J4nX+EJNFB+YaVXRZKBsKI=";
 
   subPackages = [ "apps/cnspec" ];