about summary refs log tree commit diff
path: root/pkgs/tools/security/cnspec/default.nix
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-12-20 11:35:29 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-12-20 11:35:29 +0100
commit881d0c7b464a5d4ade7eab376cd81958df0185d9 (patch)
treef2d4526e29953adc780bc4572380a5c8409315e6 /pkgs/tools/security/cnspec/default.nix
parent21fee7de2354306ce6302ed63325bd460d50ced8 (diff)
cnspec: 9.11.0 -> 9.12.0
Diff: https://github.com/mondoohq/cnspec/compare/refs/tags/v9.11.0...v9.12.0

Changelog: https://github.com/mondoohq/cnspec/releases/tag/v9.12.0
Diffstat (limited to 'pkgs/tools/security/cnspec/default.nix')
-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 40e9eb46ea974..b0ca29f5ea0c3 100644
--- a/pkgs/tools/security/cnspec/default.nix
+++ b/pkgs/tools/security/cnspec/default.nix
@@ -5,17 +5,17 @@
 
 buildGoModule rec {
   pname = "cnspec";
-  version = "9.11.0";
+  version = "9.12.0";
 
   src = fetchFromGitHub {
     owner = "mondoohq";
     repo = "cnspec";
     rev = "refs/tags/v${version}";
-    hash = "sha256-Lcky8+tY91ndZEJ6ZcBxxLHYj6k7U0Yu6BKs5MiB15U=";
+    hash = "sha256-bNSSU7UJBexnZ95fJM0Oa70jGbbM0ghNA0ePESRMjX0=";
   };
 
   proxyVendor = true;
-  vendorHash = "sha256-bFnlvstu+yYteq719r9g0A2sNJAaxV/jZR9Ww3FoG28=";
+  vendorHash = "sha256-9hjQBoZW6pnuo1YDegp+yxpvR4Ja+6BqOg5/fqwPRig=";
 
   subPackages = [
     "apps/cnspec"