uv: 0.7.8 -> 0.7.9 (#412492)

This commit is contained in:
Gaétan Lepage 2025-05-31 19:32:08 +02:00 committed by GitHub
commit 63f5b5fccc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,17 +18,17 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "uv";
version = "0.7.8";
version = "0.7.9";
src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
tag = finalAttrs.version;
hash = "sha256-S5RmmFkFGeWc8fKR3gYLhIG1GQ50M4jdtgSqEV8I9oA=";
hash = "sha256-Q2HOR8kpHuCB4c61vS0yojyue5tYNCHpx/NuG0HGHl4=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-CShN2LuDYB1hKpZlTMCNHJcO2emHJdxaL3U8Mvahfb4=";
cargoHash = "sha256-oIgvufZsS65gL0SL8WQggjZ3UFPDfEpf0yM+kkkUiqg=";
buildInputs = [
rust-jemalloc-sys