cnspec: 11.19.0 -> 11.23.0 (#344281)

This commit is contained in:
Fabian Affolter
2024-09-25 10:06:47 +02:00
committed by GitHub
2 changed files with 6 additions and 4 deletions
+3 -3
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" ];
+3 -1
View File
@@ -27139,7 +27139,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 { };