about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-05-27 09:56:49 +0200
committerGitHub <noreply@github.com>2023-05-27 09:56:49 +0200
commit47dfeae55f8493e94e8a221061c32788f90a137a (patch)
tree0be5029666912158d58746f29f94b66bc694ed22
parente10802309bf9ae351eb27002c85cfdeb1be3b262 (diff)
parent4f604fcf65d90e44c7e0357a566ef9a238146e21 (diff)
Merge pull request #234350 from r-ryantm/auto-update/cnspec
cnspec: 8.10.0 -> 8.11.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 b1615fc8e936b..d77e501559bf6 100644
--- a/pkgs/tools/security/cnspec/default.nix
+++ b/pkgs/tools/security/cnspec/default.nix
@@ -5,17 +5,17 @@
 
 buildGoModule rec {
   pname = "cnspec";
-  version = "8.10.0";
+  version = "8.11.0";
 
   src = fetchFromGitHub {
     owner = "mondoohq";
     repo = "cnspec";
     rev = "refs/tags/v${version}";
-    hash = "sha256-xgDHpLnbTAC0OL7Z5JQsOWlarIHqvr7xrDBg6hlWRRw=";
+    hash = "sha256-ypDosK+vA7EEQsfZh9PUZrXY0uO+mPI1GC6RS80gP1o=";
   };
 
   proxyVendor = true;
-  vendorHash = "sha256-LlLnkJc+bIRG1s6AHBYL6r5guYXPDo0moQwMSmHX3Zg=";
+  vendorHash = "sha256-Iyi1OoJEHHeCS+W922e+3o+pru/UhTUWwkkY2nurRGY=";
 
   subPackages = [
     "apps/cnspec"