Merge pull request #248506 from fabaff/cnspec-bump

cnspec: 8.20.0 -> 8.22.1
This commit is contained in:
Fabian Affolter 2023-08-11 21:28:37 +02:00 committed by GitHub
commit 90da23d600
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.20.0";
version = "8.22.1";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-VPXxeI4dO6bHUagS38l7358sXW3ot/v/j9MUrD/akNg=";
hash = "sha256-xTYPAipdfrwAhtLcLZkClnmB1qRlgfTwt8Qpq6iSZPk=";
};
proxyVendor = true;
vendorHash = "sha256-LH9ts/hD16rF9VBJIfwTAQXq9MMAiBKBR3ulKGNrlow=";
vendorHash = "sha256-PE5RLMUi1bqFjUntvUU3dXmygFfzFJF+HerW5A+OktA=";
subPackages = [
"apps/cnspec"