about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-04-25 17:58:13 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-04-25 17:58:13 +0200
commitb36e7099402ddc52c03a497fecc96410d05d02bd (patch)
tree3175a1ccf05ed8d784c36cfe08d05b3f132c901b /pkgs/tools
parentbf182c39d9439811484aad0d241ea89619b44bc7 (diff)
cnspec: 11.1.0 -> 11.1.1
Diff: https://github.com/mondoohq/cnspec/compare/refs/tags/v11.1.0...v11.1.1

Changelog: https://github.com/mondoohq/cnspec/releases/tag/v11.1.1
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 022ea754c7a49..341c6f1d3f1ca 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.1.0";
+  version = "11.1.1";
 
   src = fetchFromGitHub {
     owner = "mondoohq";
     repo = "cnspec";
     rev = "refs/tags/v${version}";
-    hash = "sha256-fmvjjakKvsXBhXAfHp9+3X4vbgOPkBD9P9o6/UEdlGo=";
+    hash = "sha256-oc/3YHTeZbUoqcG39ot3CSa77TvIRLJLKVxJAmlAmjs=";
   };
 
   proxyVendor = true;
 
-  vendorHash = "sha256-q31SCURhtAWqD8IsQXYHek6l7DbbTNKS6J//z3ckD3M=";
+  vendorHash = "sha256-AYHnNrn5RXmhYObUmR9AbgI0BXlONYlZchUT+6Yh5F0=";
 
   subPackages = [ "apps/cnspec" ];