Loading pkgs/by-name/ch/chit/Cargo.lock +436 −930 File changed.Preview size limit exceeded, changes collapsed. Show changes pkgs/by-name/ch/chit/package.nix +15 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,6 @@ rustPlatform.buildRustPackage rec { openssl ]; # update Carg.lock to work with openssl 3 postPatch = '' ln -sf ${./Cargo.lock} Cargo.lock ''; Loading @@ -36,6 +35,21 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "Crate help in terminal: A tool for looking up details about rust crates without going to crates.io"; mainProgram = "chit"; knownVulnerabilities = [ "Has not been touched by upstream in 5 years." "Dependencies have security issues, including:" "https://rustsec.org/advisories/RUSTSEC-2024-0003" "https://rustsec.org/advisories/RUSTSEC-2024-0332" "https://rustsec.org/advisories/RUSTSEC-2023-0034" "https://rustsec.org/advisories/RUSTSEC-2021-0020" "https://rustsec.org/advisories/RUSTSEC-2021-0078" "https://rustsec.org/advisories/RUSTSEC-2021-0079" "https://rustsec.org/advisories/RUSTSEC-2024-0421" "https://rustsec.org/advisories/RUSTSEC-2022-0040" "https://rustsec.org/advisories/RUSTSEC-2023-0018" "https://rustsec.org/advisories/RUSTSEC-2020-0071" "https://rustsec.org/advisories/RUSTSEC-2021-0124" ]; longDescription = '' Chit helps answer these questions: Loading Loading
pkgs/by-name/ch/chit/Cargo.lock +436 −930 File changed.Preview size limit exceeded, changes collapsed. Show changes
pkgs/by-name/ch/chit/package.nix +15 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,6 @@ rustPlatform.buildRustPackage rec { openssl ]; # update Carg.lock to work with openssl 3 postPatch = '' ln -sf ${./Cargo.lock} Cargo.lock ''; Loading @@ -36,6 +35,21 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "Crate help in terminal: A tool for looking up details about rust crates without going to crates.io"; mainProgram = "chit"; knownVulnerabilities = [ "Has not been touched by upstream in 5 years." "Dependencies have security issues, including:" "https://rustsec.org/advisories/RUSTSEC-2024-0003" "https://rustsec.org/advisories/RUSTSEC-2024-0332" "https://rustsec.org/advisories/RUSTSEC-2023-0034" "https://rustsec.org/advisories/RUSTSEC-2021-0020" "https://rustsec.org/advisories/RUSTSEC-2021-0078" "https://rustsec.org/advisories/RUSTSEC-2021-0079" "https://rustsec.org/advisories/RUSTSEC-2024-0421" "https://rustsec.org/advisories/RUSTSEC-2022-0040" "https://rustsec.org/advisories/RUSTSEC-2023-0018" "https://rustsec.org/advisories/RUSTSEC-2020-0071" "https://rustsec.org/advisories/RUSTSEC-2021-0124" ]; longDescription = '' Chit helps answer these questions: Loading