3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #235726 from fabaff/cnspec-bump

cnspec: 8.11.0 -> 8.12.1
This commit is contained in:
figsoda 2023-06-03 08:23:06 -04:00 committed by GitHub
commit d166545776
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,17 +5,17 @@
buildGoModule rec {
pname = "cnspec";
version = "8.11.0";
version = "8.12.1";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-ypDosK+vA7EEQsfZh9PUZrXY0uO+mPI1GC6RS80gP1o=";
hash = "sha256-ixKBfsb3e1FvvXj0iN2odD2T5x2wtYbdonQ08fbtnY8=";
};
proxyVendor = true;
vendorHash = "sha256-Iyi1OoJEHHeCS+W922e+3o+pru/UhTUWwkkY2nurRGY=";
vendorHash = "sha256-COwAmcd6lcHF2YixOJG/X5PT7kDDdrpN9NdI66kRZQo=";
subPackages = [
"apps/cnspec"