Merge pull request #294255 from fabaff/cnspec-bump

cnspec: 10.2.0 -> 10.6.1
This commit is contained in:
Fabian Affolter 2024-03-08 13:59:26 +01:00 committed by GitHub
commit 85ba439a1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 4 deletions

View File

@ -5,17 +5,18 @@
buildGoModule rec {
pname = "cnspec";
version = "10.2.0";
version = "10.6.1";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
rev = "refs/tags/v${version}";
hash = "sha256-llX9MXlc0uMz60BjI1QFd6r/xqHBO2KCek2Q8F+TV04=";
hash = "sha256-wQ11ZHyUh1bSrvWQLTSyOc+EtFp4QS9zcjNz1S+UP7Y=";
};
proxyVendor = true;
vendorHash = "sha256-pdf9q+bvR0kbT17ZQmUcdc2AdEUt12+2iIx+aRmtTYg=";
vendorHash = "sha256-Z7zPvm3CjHnmGdTvO8ETwgRijcRyGReZ6ba7llOkyME=";
subPackages = [
"apps/cnspec"

View File

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