Skip to content

Commit 4deb3c8

Browse files
authored
lychee: 0.15.1 → 0.16.1 (#350028)
2 parents 2db8942 + 1610ea8 commit 4deb3c8

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

pkgs/tools/networking/lychee/default.nix

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212

1313
rustPlatform.buildRustPackage rec {
1414
pname = "lychee";
15-
version = "0.15.1";
15+
version = "0.16.1";
1616

1717
src = fetchFromGitHub {
1818
owner = "lycheeverse";
1919
repo = pname;
20-
rev = "v${version}";
21-
hash = "sha256-L1tvP2lZsFD2swhP1MetQFxxxA+EbrI4aDYTJwbpkVI=";
20+
rev = "lychee-v${version}";
21+
hash = "sha256-H8iNgyLnzgfUPEVPlDosb6l99efrzM+/RIQ7X7nh4Ks=";
2222
};
2323

24-
cargoHash = "sha256-SQ9Dgtg3TKAaj9XkpEzA13U8CumGOlpwiW+Lv6leQW4=";
24+
cargoHash = "sha256-cvEAy0Tx892dsd4zeh5D0fy4hoNBaZ2Q++IStbMbUhY=";
2525

2626
nativeBuildInputs = [ pkg-config ];
2727

@@ -41,6 +41,9 @@ rustPlatform.buildRustPackage rec {
4141
"--skip=client::tests"
4242
"--skip=collector::tests"
4343
"--skip=src/lib.rs"
44+
# Color error for those tests as we are not in a tty
45+
"--skip=formatters::response::color::tests::test_format_response_with_error_status"
46+
"--skip=formatters::response::color::tests::test_format_response_with_ok_status"
4447
];
4548

4649
passthru.tests = {
@@ -55,7 +58,7 @@ rustPlatform.buildRustPackage rec {
5558
meta = with lib; {
5659
description = "Fast, async, stream-based link checker written in Rust";
5760
homepage = "https://github.com/lycheeverse/lychee";
58-
downloadPage = "https://github.com/lycheeverse/lychee/releases/tag/v${version}";
61+
downloadPage = "https://github.com/lycheeverse/lychee/releases/tag/lychee-v${version}";
5962
license = with licenses; [ asl20 mit ];
6063
maintainers = with maintainers; [ totoroot tuxinaut ];
6164
mainProgram = "lychee";

0 commit comments

Comments
 (0)