lychee: 0.18.0 -> 0.18.1

This commit is contained in:
R. Ryantm
2025-02-12 01:01:48 +00:00
parent b64b41e8d6
commit 29887942da

View File

@@ -10,17 +10,17 @@
rustPlatform.buildRustPackage rec {
pname = "lychee";
version = "0.18.0";
version = "0.18.1";
src = fetchFromGitHub {
owner = "lycheeverse";
repo = pname;
rev = "lychee-v${version}";
hash = "sha256-DRGby8Ov7Mosz4FVz/w2ECkvyuBktL9PTnUYds+mCI8=";
hash = "sha256-aT7kVN2KM90M193h4Xng6+v69roW0J4GLd+29BzALhI=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-B0bskG5ptUJCwRy/m0ZMo80dE2MTi39mnQLsgQjwTBY=";
cargoHash = "sha256-TKKhT4AhV2uzXOHRnKHiZJusNoCWUliKmKvDw+Aeqnc=";
nativeBuildInputs = [ pkg-config ];