lychee: 0.20.0 -> 0.20.1 (#439466)

authored by Weijia Wang and committed by GitHub 66c319eb 1abc3f73

+3 -3
+3 -3
pkgs/by-name/ly/lychee/package.nix
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "lychee"; 13 - version = "0.20.0"; 14 15 src = fetchFromGitHub { 16 owner = "lycheeverse"; 17 repo = "lychee"; 18 rev = "lychee-v${version}"; 19 - hash = "sha256-HbawSQ6ZUDhXSIjRN7SfHMpEPKRb8UD/MXfhxwehK6c="; 20 }; 21 22 - cargoHash = "sha256-T1mfknbxw9Vvl2VGVH++CeKlLuqsIem/i/ifM1yrZGw="; 23 24 nativeBuildInputs = [ pkg-config ]; 25
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "lychee"; 13 + version = "0.20.1"; 14 15 src = fetchFromGitHub { 16 owner = "lycheeverse"; 17 repo = "lychee"; 18 rev = "lychee-v${version}"; 19 + hash = "sha256-yHIj45RfQch4y+V4Ht7cDMcg5MECejxsbjuE345I/to="; 20 }; 21 22 + cargoHash = "sha256-d3umjtXPBJbPRtNCuktYhJUPgKFmB8UEeewWMekDZRE="; 23 24 nativeBuildInputs = [ pkg-config ]; 25