Merge pull request #286450 from sefidel/lychee-0.14.2

lychee: 0.13.0 -> 0.14.2
This commit is contained in:
kirillrdy 2024-02-08 21:03:41 +11:00 committed by GitHub
commit c986278e21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 4449 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,30 +5,26 @@
, pkg-config
, openssl
, Security
, SystemConfiguration
}:
rustPlatform.buildRustPackage rec {
pname = "lychee";
version = "0.13.0";
version = "0.14.2";
src = fetchFromGitHub {
owner = "lycheeverse";
repo = pname;
rev = "v${version}";
hash = "sha256-JUyoOtlypDWK6HxsonVzbfQAdcXk728a8gVI/5GI2fs=";
hash = "sha256-6ePL76qoRDJvicMF8Hp5SDLDIyYJfgDsZyK47/DmC6U=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"criterion-0.4.0" = "sha256-0EKLRdxbH2czkZjmuaYLzkTBU687y6Iw9yqNV2TbsDw=";
};
};
cargoHash = "sha256-OMs2/s+jHaOXf7GnVpEgF9Ev+mmSgTZcVpgYx1BISRc=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ]
++ lib.optionals stdenv.isDarwin [ Security ];
++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];
checkFlags = [
# Network errors for all of these tests

View File

@ -7724,7 +7724,7 @@ with pkgs;
kramdown-asciidoc = callPackage ../tools/typesetting/kramdown-asciidoc { };
lychee = callPackage ../tools/networking/lychee {
inherit (darwin.apple_sdk.frameworks) Security;
inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration;
};
magic-vlsi = callPackage ../applications/science/electronics/magic-vlsi { };