cnspec: 11.62.1 -> 11.63.0 (#426708)

This commit is contained in:
Fabian Affolter
2025-07-19 21:38:38 +02:00
committed by GitHub

View File

@@ -6,18 +6,18 @@
buildGoModule rec {
pname = "cnspec";
version = "11.62.1";
version = "11.63.0";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
tag = "v${version}";
hash = "sha256-j31vx0ciyursGB9Ty0AStCbgSCBTyRkPPhCOiF+aTxs=";
hash = "sha256-o5JqWPI4S1ic/L1A/AXl32g3RTmcxoR+Cmx2dxJoorA=";
};
proxyVendor = true;
vendorHash = "sha256-qca0zdPkRQD+9QA6uz3Kl7UfVii+QOwlyz+SnORXd18=";
vendorHash = "sha256-FOT30kp15TRvnziBis3n9CvBfzgUEKCLAU+gCSH3vA8=";
subPackages = [ "apps/cnspec" ];