From 86994936cda2dd98ec70542ed847c4ac1948dcad Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 1 Oct 2024 20:17:27 +0200 Subject: [PATCH] cnspec: 11.23.1 -> 11.24.0 Diff: https://github.com/mondoohq/cnspec/compare/refs/tags/v11.23.1...v11.24.0 Changelog: https://github.com/mondoohq/cnspec/releases/tag/v11.24.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 33e34485d168..fdbbb33d50a6 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.23.1"; + version = "11.24.0"; src = fetchFromGitHub { owner = "mondoohq"; repo = "cnspec"; rev = "refs/tags/v${version}"; - hash = "sha256-ZOfAkoRjxM3CFNIPye7thW6wxfGbS2EeeVHW6tnv2v4="; + hash = "sha256-CI47eP1e1oXm2WQY89tU3g7DdSwG7UQT46DqOCY7uq0="; }; proxyVendor = true; - vendorHash = "sha256-xYhzM3j3zwkX4YLS5V1bScl+dP9N9/XZUHR77CI2sSY="; + vendorHash = "sha256-x1rYRUiYqgi22r7CkOlgHHVImVvQ4sLggLV+hfkeW30="; subPackages = [ "apps/cnspec" ];