Merge pull request #294255 from fabaff/cnspec-bump
cnspec: 10.2.0 -> 10.6.1
This commit is contained in:
commit
85ba439a1b
@ -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"
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user