Merge pull request #266812 from fabaff/cnspec-bump

cnspec: 9.5.2 -> 9.6.1
This commit is contained in:
Fabian Affolter
2023-11-11 13:00:15 +01:00
committed by GitHub
+3 -3
View File
@@ -5,17 +5,17 @@
buildGoModule rec {
pname = "cnspec";
version = "9.5.2";
version = "9.6.1";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-p2FxP67zXpYje+ZS0qsuTL98b8B0YvHRiBb7CxUu/f0=";
hash = "sha256-aFQStXwoko2YA77d+H76AScNCNqC56CyJe5cz74SYdg=";
};
proxyVendor = true;
vendorHash = "sha256-XbPa1nag6eSaUcl2dxmvng5gbSJH2htsa22LDseECaQ=";
vendorHash = "sha256-fOSFOUrcxw/77vgPziigkSea93xR2k0Tr/cMGtX+3tc=";
subPackages = [
"apps/cnspec"