From 5e4e206110f17f40570865a8cda9bb57476f7961 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 3 May 2025 12:36:15 +0200 Subject: [PATCH] cnspec: 11.51.2 -> 11.52.0 Diff: https://github.com/mondoohq/cnspec/compare/refs/tags/v11.51.2...refs/tags/v11.52.0 Changelog: https://github.com/mondoohq/cnspec/releases/tag/v11.52.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 6c7b87dc1906..6690c1d9ab99 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.51.2"; + version = "11.52.0"; src = fetchFromGitHub { owner = "mondoohq"; repo = "cnspec"; tag = "v${version}"; - hash = "sha256-KNjjQ9LbDm5lmyx+ET+VqU89uvJwIimCgWGuyc0bJTw="; + hash = "sha256-A/OjY2gR6q8EY21L7jOGde6XRv7Y1c8UsqvUgGn5laA="; }; proxyVendor = true; - vendorHash = "sha256-me1NVsVzFXVMbXkeZeuxIoLEWpWXeRKeVJHx1wn8EQ4="; + vendorHash = "sha256-A1/nyLrei/p093ChSctBhBhtf48sqgrXyh4nQFZoKLs="; subPackages = [ "apps/cnspec" ];