uv: 0.5.4 -> 0.5.5

Signed-off-by: misilelaboratory <misileminecord@gmail.com>
This commit is contained in:
misilelab
2024-11-29 22:34:29 +09:00
committed by misilelaboratory
parent ffce4777c4
commit d2b52620bf
+3 -3
View File
@@ -13,17 +13,17 @@
rustPlatform.buildRustPackage rec {
pname = "uv";
version = "0.5.4";
version = "0.5.5";
src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
rev = "refs/tags/${version}";
hash = "sha256-Kieh76RUrDEwdL04mvCXOqbXHasMMpXRqp0LwMOIHdM=";
hash = "sha256-E0U6K+lvtIM9htpMpFN36JHA772LgTHaTCVGiTTlvQk=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-ZhHUKotXVDdwJs2kqIxME5I1FitWetx7FrQtluuIUWo=";
cargoHash = "sha256-WbA0/HojU/E2ccAvV2sv9EAXLqcb+99LFHxddcYFZFw=";
nativeBuildInputs = [
cmake