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-10-28 09:29:24 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-10-28 09:29:24 +0200
commit9f2d30ada021ed78a0df54b289c3d85d473d280e (patch)
tree8c8e01d25a7fc5e379790474fe9047714cc723e2 /pkgs/tools/security/cnspec/default.nix
parente42650809808da4163882c262a7355ad2db04853 (diff)
cnspec: 9.2.3 -> 9.4.0
Diff: https://github.com/mondoohq/cnspec/compare/refs/tags/v9.2.3...v9.4.0

Changelog: https://github.com/mondoohq/cnspec/releases/tag/v9.4.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 bcfadcc4da711..2b51ba0f7f942 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.2.3";
+  version = "9.4.0";
 
   src = fetchFromGitHub {
     owner = "mondoohq";
     repo = "cnspec";
     rev = "refs/tags/v${version}";
-    hash = "sha256-gCKmaioBko4UsfhPBcpVxHC7knhZGZU54HZFu/rHIbw=";
+    hash = "sha256-rAvSC+MqgS47n/DFbGoeyvN1GyidvQ37TS+buSYwxME=";
   };
 
   proxyVendor = true;
-  vendorHash = "sha256-YN1y+K/9EdZ7RlZRVWK/HEppZv/dX6XrkaqIlZVoC8c=";
+  vendorHash = "sha256-xghScwfR82Q9lhx2cNc1JZShppCKQR+tZynk+ee/81c=";
 
   subPackages = [
     "apps/cnspec"