Fabian Affolter 2023-11-11 10:03:45 +01:00
parent b484139f60
commit 9a757b8304

@ -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"