From ad88908a16e10ccc63fe86da55e8c634308b64d9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 12 Jun 2024 08:13:36 +0200 Subject: [PATCH] cnspec: 11.7.0 -> 11.8.0 Diff: https://github.com/mondoohq/cnspec/compare/refs/tags/v11.7.0...v11.8.0 Changelog: https://github.com/mondoohq/cnspec/releases/tag/v11.8.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 6ba710039516..2cd981a04bcf 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.7.0"; + version = "11.8.0"; src = fetchFromGitHub { owner = "mondoohq"; repo = "cnspec"; rev = "refs/tags/v${version}"; - hash = "sha256-b7TMZXEE8b7klgNZGG9ka6+6lHn5K7YJXV4OaB+Wnu4="; + hash = "sha256-gRmOHDwhOV2dpDdBS+SpyLBq2deL0mVwwgEod4a8BCM="; }; proxyVendor = true; - vendorHash = "sha256-7nTJk8PCcqpMCO4LVNQdnVE+gEoY3SfQYsnV50d2w9w="; + vendorHash = "sha256-P0HRV7jRF8QZxruoQv2V6x/9v2rmZ3Xe5zZzZ3wj9x0="; subPackages = [ "apps/cnspec" ];