about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-04-24 11:07:17 +0200
committerGitHub <noreply@github.com>2024-04-24 11:07:17 +0200
commit5707aea21d65d664497b269ca352b2f77df4b552 (patch)
tree5c8f30d028c1ebf2c3f2a6634f0e404e581d9759
parent2f9e6ce0042c1328a901fd9435ba436dac098362 (diff)
parent2bad8389679f93b86dfa0bc120b36a22e5e1aa8b (diff)
Merge pull request #306388 from fabaff/cnspec-bump
cnspec: 11.0.2 -> 11.1.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 50b1860535eb3..022ea754c7a49 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.0.2";
+  version = "11.1.0";
 
   src = fetchFromGitHub {
     owner = "mondoohq";
     repo = "cnspec";
     rev = "refs/tags/v${version}";
-    hash = "sha256-TSTOhfFNFwuF9kNf1q2HVcoxhKS1pKW4kSorSPyyeQU=";
+    hash = "sha256-fmvjjakKvsXBhXAfHp9+3X4vbgOPkBD9P9o6/UEdlGo=";
   };
 
   proxyVendor = true;
 
-  vendorHash = "sha256-Uuz/ghtd/1ol1ugDI7pz5Fyv6U5PpOdcoerU/qx4MPA=";
+  vendorHash = "sha256-q31SCURhtAWqD8IsQXYHek6l7DbbTNKS6J//z3ckD3M=";
 
   subPackages = [ "apps/cnspec" ];