From 9d2bd4f2e5533ae7c5df9b71f81cb071ebcb2aad Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 12 Feb 2025 08:31:08 +0100 Subject: [PATCH] cnspec: 11.39.0 -> 11.41.0 Diff: https://github.com/mondoohq/cnspec/compare/refs/tags/v11.39.0...v11.41.0 Changelog: https://github.com/mondoohq/cnspec/releases/tag/v11.41.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 0d3a2448d0d1..ccedb83598c2 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.39.0"; + version = "11.41.0"; src = fetchFromGitHub { owner = "mondoohq"; repo = "cnspec"; tag = "v${version}"; - hash = "sha256-SnWKaQ/wH04HmqM6WhMIn7tRszIwDz9sQxqMXA4ux8k="; + hash = "sha256-MAJFTlzBa9thdyVKS1zH9PKpIy2HXYESZR5zfOURIgI="; }; proxyVendor = true; - vendorHash = "sha256-uymDz+jlEO7AYurAUiUswZD2X7hjEFW6m2aQ73k/B3Q="; + vendorHash = "sha256-k9/SfOZvq7o0SzY7UP8MD2LUG7//z8p6ZJL6UXUZrIA="; subPackages = [ "apps/cnspec" ];