cnspec: 11.53.2 -> 11.57.2 (#414542)

This commit is contained in:
Nick Cao 2025-06-06 18:26:35 -04:00 committed by GitHub
commit a367bbb4fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 7 deletions

View File

@ -6,18 +6,18 @@
buildGoModule rec {
pname = "cnspec";
version = "11.53.2";
version = "11.57.2";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnspec";
tag = "v${version}";
hash = "sha256-SYgtdIyqK3T5N6XcpjazdphwALOcReeNswVgR4K6/Pg=";
hash = "sha256-cmqOlfoVMHlX5E55Fboo7zBVy+MDZFj3PBS/mvZQw0c=";
};
proxyVendor = true;
vendorHash = "sha256-sxAyJsVcBrwUX1w3Kr8Z451RINUPTwJPlmY/yeXSofk=";
vendorHash = "sha256-uehEZCj/U+xmdLt7E/Tsbog5GT78CcgxO8ZOB9QFqis=";
subPackages = [ "apps/cnspec" ];

View File

@ -11587,10 +11587,6 @@ with pkgs;
breath-theme = libsForQt5.callPackage ../data/themes/breath-theme { };
cnspec = callPackage ../tools/security/cnspec {
buildGoModule = buildGo123Module;
};
colloid-kde = libsForQt5.callPackage ../data/themes/colloid-kde { };
dejavu_fonts = lowPrio (callPackage ../data/fonts/dejavu-fonts { });