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 6f0a5d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/lychee/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

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 ];

Expand Down

0 comments on commit 6f0a5d2

Please sign in to comment.