uv: 0.5.10 -> 0.5.11 (#366792)

This commit is contained in:
Gaétan Lepage
2024-12-21 01:11:55 +01:00
committed by GitHub
+3 -3
View File
@@ -13,17 +13,17 @@
rustPlatform.buildRustPackage rec {
pname = "uv";
version = "0.5.10";
version = "0.5.11";
src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
tag = version;
hash = "sha256-GE/MgaX6JhzVVwrkz33fr1Vl83QD1WHhlB7vPdJ2W3c=";
hash = "sha256-0HdMjul925TkJGYQHsmQBYQoEkDYyXFSTEgZ/jg5V0o=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-jFH+OA2bR4Pq1PWDQCpFFH9AoC3PDLSOKAT0iDvkFWM=";
cargoHash = "sha256-T1Yk8JNPdkxpLegeFuL2J7mbFOX4yyCPfvHyFfu6YsM=";
nativeBuildInputs = [
cmake