about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-03-28 09:47:38 +0100
committerGitHub <noreply@github.com>2024-03-28 09:47:38 +0100
commitb347f8878606f293c4761d1230788f10d38b1fd2 (patch)
tree030c014cfc34be1e2bef483cc258657a790b5464 /pkgs/tools
parent24b7220d08788a1884fd83a45d05093c631ed0a8 (diff)
parent32ba122a7a84d9015eff0173c0515a16f46ca5fa (diff)
Merge pull request #299678 from fabaff/cnspec-bump
cnspec: 10.8.4 -> 10.9.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 b37f05e779ccf..57d33623f0a2e 100644
--- a/pkgs/tools/security/cnspec/default.nix
+++ b/pkgs/tools/security/cnspec/default.nix
@@ -5,18 +5,18 @@
 
 buildGoModule rec {
   pname = "cnspec";
-  version = "10.8.4";
+  version = "10.9.1";
 
   src = fetchFromGitHub {
     owner = "mondoohq";
     repo = "cnspec";
     rev = "refs/tags/v${version}";
-    hash = "sha256-emY8y+OKk052o5LGhHMra7CTpbmS/U+5sjWIYR7DRsA=";
+    hash = "sha256-9NHzSgcUWRVhq4hqkq8xJ0FgTk9BBz2Zc0yuj72WL+c=";
   };
 
   proxyVendor = true;
 
-  vendorHash = "sha256-W39Ccc5UU+K+W/h/R1vrB1lcJXKZs8gbfxmb99vGEfM=";
+  vendorHash = "sha256-bhpVAvoIriqA7QnYysqUfuAYbR9PoaPHgWCHlJLdgYY=";
 
   subPackages = [
     "apps/cnspec"