Merge pull request #234350 from r-ryantm/auto-update/cnspec

cnspec: 8.10.0 -> 8.11.0
This commit is contained in:
Fabian Affolter 2023-05-27 09:56:49 +02:00 committed by GitHub
commit 47dfeae55f
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.10.0";
version = "8.11.0";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-xgDHpLnbTAC0OL7Z5JQsOWlarIHqvr7xrDBg6hlWRRw=";
hash = "sha256-ypDosK+vA7EEQsfZh9PUZrXY0uO+mPI1GC6RS80gP1o=";
};
proxyVendor = true;
vendorHash = "sha256-LlLnkJc+bIRG1s6AHBYL6r5guYXPDo0moQwMSmHX3Zg=";
vendorHash = "sha256-Iyi1OoJEHHeCS+W922e+3o+pru/UhTUWwkkY2nurRGY=";
subPackages = [
"apps/cnspec"