about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-04-19 09:05:31 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-04-19 09:05:31 +0200
commitfa2abc1163a61ccff01c86955280e38a804a847c (patch)
treed500bdecaec4aa394f4fecc068f8081eb19a6c81 /pkgs
parent40d15ed86dd08eff6a29e0a9abc416001d19cd67 (diff)
cnspec: 10.12.2 -> 11.0.2
Diff: https://github.com/mondoohq/cnspec/compare/refs/tags/v10.12.2...v11.0.2

Changelog: https://github.com/mondoohq/cnspec/releases/tag/v11.0.2
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 b1e59b4551154..50b1860535eb3 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.12.2";
+  version = "11.0.2";
 
   src = fetchFromGitHub {
     owner = "mondoohq";
     repo = "cnspec";
     rev = "refs/tags/v${version}";
-    hash = "sha256-FpUWCIMpBfJDEQKNwKjDSH5u2dxh9jO97cfmj77IdAc=";
+    hash = "sha256-TSTOhfFNFwuF9kNf1q2HVcoxhKS1pKW4kSorSPyyeQU=";
   };
 
   proxyVendor = true;
 
-  vendorHash = "sha256-7Cor+SYujUKdXwWzBNT5POkNnxtnEPE5iffNbFbVfys=";
+  vendorHash = "sha256-Uuz/ghtd/1ol1ugDI7pz5Fyv6U5PpOdcoerU/qx4MPA=";
 
   subPackages = [ "apps/cnspec" ];