about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-04-09 11:18:03 +0200
committerGitHub <noreply@github.com>2024-04-09 11:18:03 +0200
commit3fedc8e53cf06db8bb871afaf335c02260f3d8f0 (patch)
tree69b37fe55ec53a0951c14ea9f862cc7170939fbb /pkgs
parent13cc607d17aab80f19918b382833dfb7d28aac01 (diff)
parent0f452a183768139b86da5bc5303f0a20b240152f (diff)
Merge pull request #302687 from fabaff/cnspec-bump
cnspec: 10.11.0 -> 10.11.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 a88ead4f6f163..147388e08831c 100644
--- a/pkgs/tools/security/cnspec/default.nix
+++ b/pkgs/tools/security/cnspec/default.nix
@@ -6,18 +6,18 @@
 
 buildGoModule rec {
   pname = "cnspec";
-  version = "10.11.0";
+  version = "10.11.1";
 
   src = fetchFromGitHub {
     owner = "mondoohq";
     repo = "cnspec";
     rev = "refs/tags/v${version}";
-    hash = "sha256-z8pWAazoafyrsz3EmfhtHDBhmHHjkGFEIL5BftW79fg=";
+    hash = "sha256-rLKECheCsJldeiUn1PtOLN5T4y+pu8TGC95q11KF4NU=";
   };
 
   proxyVendor = true;
 
-  vendorHash = "sha256-6MVl8QuzxzcyFVP04ikO7B4Gk17e0TA4hxmL17OehCo=";
+  vendorHash = "sha256-INkE3jOTrJGOqXj/M/s142CFdhN1XzbW1h6SKmlbhJw=";
 
   subPackages = [ "apps/cnspec" ];