From 9f2d30ada021ed78a0df54b289c3d85d473d280e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 28 Oct 2023 09:29:24 +0200 Subject: [PATCH] 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 --- pkgs/tools/security/cnspec/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/cnspec/default.nix b/pkgs/tools/security/cnspec/default.nix index bcfadcc4da71..2b51ba0f7f94 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"