Fabian Affolter 2024-11-21 09:13:41 +01:00
parent 551ae86803
commit dedec25f2f

View File

@ -6,18 +6,18 @@
buildGoModule rec {
pname = "cnspec";
version = "11.30.0";
version = "11.31.1";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-1d04jYnVrbtxVYOJiUYZzNCwJJXZ2O1Bendxj692Sc8=";
hash = "sha256-xdnyW9nZSQrTSA6B2dFcKanNVJRcZXgpxLJHsLsL6LQ=";
};
proxyVendor = true;
vendorHash = "sha256-Sd3uN+rny3J0Z/SIMKR0HEsq21B5ZqcjxrUgqS95FaU=";
vendorHash = "sha256-9/N76JWnzR6/k2yeLR49hpxNfKHgrV7lXVb9pnV/tn8=";
subPackages = [ "apps/cnspec" ];