From 525c07e62dac9797d657dfd43fc7b5196d6b791d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 7 May 2024 21:36:51 +0200 Subject: [PATCH] cnspec: 11.2.0 -> 11.3.0 Diff: https://github.com/mondoohq/cnspec/compare/refs/tags/v11.2.0...v11.3.0 Changelog: https://github.com/mondoohq/cnspec/releases/tag/v11.3.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 1c221457a06e..4156a4509d86 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.2.0"; + version = "11.3.0"; src = fetchFromGitHub { owner = "mondoohq"; repo = "cnspec"; rev = "refs/tags/v${version}"; - hash = "sha256-KjF1tVeASK+psbcf/ND+SRCXYJog74O3Qm2yRGLN6LI="; + hash = "sha256-Xq5kOyIKCfTkzyQQQf/krgcKi78JInAFT5oNgjOlINo="; }; proxyVendor = true; - vendorHash = "sha256-HKqUBtr6qidBx4SoiWkCdwri3dCrxXMPMSb/X7h+WBs="; + vendorHash = "sha256-a0TjKpoS2NwvYeJhb2YIxX5XI/HdKjYPnZkfTKII/DY="; subPackages = [ "apps/cnspec" ];