Fabian Affolter 2023-08-11 11:03:12 +02:00
parent e594a0fc14
commit fb56944553

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"