From 4ea0d443c6523416e6e56f69d8d194f28ac3f422 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 16 Jan 2025 09:41:40 +0100 Subject: [PATCH] cnspec: 11.36.2 -> 11.37.0 Diff: https://github.com/mondoohq/cnspec/compare/refs/tags/v11.36.2...v11.37.0 Changelog: https://github.com/mondoohq/cnspec/releases/tag/v11.37.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 22320eef193b..6929501267f0 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.36.2"; + version = "11.37.0"; src = fetchFromGitHub { owner = "mondoohq"; repo = "cnspec"; tag = "v${version}"; - hash = "sha256-VwGD9qfz8WdUl6nxTw0SuA5sfahdt2eIaryfPbI4NY4="; + hash = "sha256-hecPYaQqDBieqNE+d9mMNGvFOwXLLC64aL0a7c2aCrE="; }; proxyVendor = true; - vendorHash = "sha256-Uivl9RzshS2FkdoGdVWKzLvch1d+JQxG1tcT83yU0hs="; + vendorHash = "sha256-aYEXtNRHU/QpDhlJSfKGmOhSXzEA70+CtPb/ICv+Fhw="; subPackages = [ "apps/cnspec" ];