cnspec: 11.64.0 -> 11.66.0 (#431233)

This commit is contained in:
Fabian Affolter 2025-08-06 19:51:52 +02:00 committed by GitHub
commit 2d858c34e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,18 +6,18 @@
buildGoModule rec { buildGoModule rec {
pname = "cnspec"; pname = "cnspec";
version = "11.64.0"; version = "11.66.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mondoohq"; owner = "mondoohq";
repo = "cnspec"; repo = "cnspec";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-AJ7aw21UyvOGCLEnhTHPklyDWkBAnK/Vhvvg4UDOoH4="; hash = "sha256-almzd4ZVH5iu57iEXqQYUJVo9FaToptlfdrCEfjx/bU=";
}; };
proxyVendor = true; proxyVendor = true;
vendorHash = "sha256-nmHs5ZHULENCyW+3giyPTO+pzbnGgGwFuVqgIfuCQi4="; vendorHash = "sha256-7UiTjR75sfoFq/kKPCkyhm7NnKZZ3hKBziOzkS6MsfQ=";
subPackages = [ "apps/cnspec" ]; subPackages = [ "apps/cnspec" ];