From ae037ce66226e02449fe961844bc4fc3aac9b090 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 26 Apr 2025 09:12:32 +0200 Subject: [PATCH] cnspec: 11.51.1 -> 11.51.2 Diff: https://github.com/mondoohq/cnspec/compare/refs/tags/v11.51.1...refs/tags/v11.51.2 Changelog: https://github.com/mondoohq/cnspec/releases/tag/v11.51.2 --- 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 429a6bf58969..6c7b87dc1906 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.1"; + version = "11.51.2"; src = fetchFromGitHub { owner = "mondoohq"; repo = "cnspec"; tag = "v${version}"; - hash = "sha256-iTS8+ZmJWHRA6VSwei9mIWPqZHshb8JniXSXl+hGyPg="; + hash = "sha256-KNjjQ9LbDm5lmyx+ET+VqU89uvJwIimCgWGuyc0bJTw="; }; proxyVendor = true; - vendorHash = "sha256-TbIXNPMygNXqX2TCbkZOhXpdoz/cjZD5uoItgmYf7wk="; + vendorHash = "sha256-me1NVsVzFXVMbXkeZeuxIoLEWpWXeRKeVJHx1wn8EQ4="; subPackages = [ "apps/cnspec" ];