cnspec: 11.62.1 -> 11.63.0

This commit is contained in:
R. Ryantm 2025-07-19 16:42:13 +00:00
parent 2f6d65c578
commit 7e0b693242

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" ];