about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-04-23 22:41:24 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-04-23 22:41:24 +0200
commit2bad8389679f93b86dfa0bc120b36a22e5e1aa8b (patch)
treebeb531b9123d71e1f261c04feb1dedc980c1acb5 /pkgs/tools
parent44cbc4f74962a2e39f0c35b415bc628a6a6b50db (diff)
cnspec: 11.0.2 -> 11.1.0
Diff: https://github.com/mondoohq/cnspec/compare/refs/tags/v11.0.2...v11.1.0

Changelog: https://github.com/mondoohq/cnspec/releases/tag/v11.1.0
Diffstat (limited to 'pkgs/tools')
-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" ];