Fabian Affolter 2024-10-09 20:04:38 +02:00
parent 9baaaec66d
commit 4ded8b83f2

View File

@ -6,18 +6,18 @@
buildGoModule rec {
pname = "cnspec";
version = "11.24.0";
version = "11.25.0";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-CI47eP1e1oXm2WQY89tU3g7DdSwG7UQT46DqOCY7uq0=";
hash = "sha256-8rWJWMVN80Mgoeihg1IqfuNpM/DWaGl0HZ4WNPZXmks=";
};
proxyVendor = true;
vendorHash = "sha256-x1rYRUiYqgi22r7CkOlgHHVImVvQ4sLggLV+hfkeW30=";
vendorHash = "sha256-e66MFSyfRMKakD3JoJUNghMWxGP/5MBSq7v/RbThgrQ=";
subPackages = [ "apps/cnspec" ];