Merge pull request #309922 from fabaff/cnspec-bump

cnspec: 11.2.0 -> 11.3.0
This commit is contained in:
Fabian Affolter
2024-05-07 23:24:20 +02:00
committed by GitHub

View File

@@ -6,18 +6,18 @@
buildGoModule rec { buildGoModule rec {
pname = "cnspec"; pname = "cnspec";
version = "11.2.0"; version = "11.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mondoohq"; owner = "mondoohq";
repo = "cnspec"; repo = "cnspec";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-KjF1tVeASK+psbcf/ND+SRCXYJog74O3Qm2yRGLN6LI="; hash = "sha256-Xq5kOyIKCfTkzyQQQf/krgcKi78JInAFT5oNgjOlINo=";
}; };
proxyVendor = true; proxyVendor = true;
vendorHash = "sha256-HKqUBtr6qidBx4SoiWkCdwri3dCrxXMPMSb/X7h+WBs="; vendorHash = "sha256-a0TjKpoS2NwvYeJhb2YIxX5XI/HdKjYPnZkfTKII/DY=";
subPackages = [ "apps/cnspec" ]; subPackages = [ "apps/cnspec" ];