Fabian Affolter 2024-09-24 21:35:30 +02:00
parent b7643ddc3b
commit dc326aed05
2 changed files with 6 additions and 4 deletions

View File

@ -6,18 +6,18 @@
buildGoModule rec {
pname = "cnspec";
version = "11.19.0";
version = "11.23.0";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-37i7lbkw70DpwCUvZtv6548l6csx3ozG+1gPTKhJQFg=";
hash = "sha256-oZCKNsbDdsqlh763/T23+A03Qt8f/XyC8MItMah+U3w=";
};
proxyVendor = true;
vendorHash = "sha256-8+qS6fR/5oYHP1QhoHfByQ7AayYPYVg4xEtF3617aJM=";
vendorHash = "sha256-QqK527y4W+B7jhRoOkpt9QRyERA6Tn4Dwaq+gzN3k4U=";
subPackages = [ "apps/cnspec" ];

View File

@ -27133,7 +27133,9 @@ with pkgs;
clearlooks-phenix = callPackage ../data/themes/clearlooks-phenix { };
cnspec = callPackage ../tools/security/cnspec { };
cnspec = callPackage ../tools/security/cnspec {
buildGoModule = buildGo123Module;
};
cnstrokeorder = callPackage ../data/fonts/cnstrokeorder { };