Skip to content

Commit

Permalink
lychee: 0.17.0 -> 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Dec 26, 2024
1 parent 1557114 commit 7797ebe
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions pkgs/tools/networking/lychee/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,28 @@

rustPlatform.buildRustPackage rec {
pname = "lychee";
version = "0.17.0";
version = "0.18.0";

src = fetchFromGitHub {
owner = "lycheeverse";
repo = pname;
rev = "lychee-v${version}";
hash = "sha256-flfKo7rN2//ho6q7Iv8tDK8d+5kjpAYELZZHwwZaV/E=";
hash = "sha256-DRGby8Ov7Mosz4FVz/w2ECkvyuBktL9PTnUYds+mCI8=";
};

cargoHash = "sha256-K0B1o27vXCoQPt1FoX1AXLeYUHiNVzYStU/dkpw6+xQ=";
cargoHash = "sha256-pD8UQEdZwZNAeON4zKYa6nUaz87vx7n/Op8H5NtXRZo=";

nativeBuildInputs = [ pkg-config ];

buildInputs = [ openssl ];

cargoTestFlags = [
# don't run doctests since they tend to use the network
"--lib"
"--bins"
"--tests"
];

checkFlags = [
# Network errors for all of these tests
# "error reading DNS system conf: No such file or directory (os error 2)" } }
Expand Down

0 comments on commit 7797ebe

Please sign in to comment.