cnspec: 13.38.1 -> 13.39.0 (#564704)

This commit is contained in:
Nick Cao
2026-09-18 20:47:11 +00:00
committed by GitHub

View File

@@ -9,18 +9,18 @@
buildGoModule (finalAttrs: {
pname = "cnspec";
version = "13.38.1";
version = "13.39.0";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
tag = "v${finalAttrs.version}";
hash = "sha256-I05Ud0aYvWmKsBq68G0jze0rqxYPnZUunLGEUHVQThQ=";
hash = "sha256-z3VpRjcOIcruVKMNMy1dxoUGY5Oe2oSVg1LaGkn2uSo=";
};
proxyVendor = true;
vendorHash = "sha256-4ZhjlQqgf2k9KQ8GA4ZoFFl7KyH/zgGYTQwPJhKRsoo=";
vendorHash = "sha256-tGr4rjJNdqim9qpFGdngMdPOLBuhW2rITdkh5GUW63M=";
subPackages = [ "apps/cnspec" ];