uv: 0.6.0 -> 0.6.1

This commit is contained in:
ZHAO Jin-Xiang
2025-02-18 03:17:23 +00:00
parent 778a942f6e
commit f1a30b68d2
+3 -3
View File
@@ -20,17 +20,17 @@
rustPlatform.buildRustPackage rec {
pname = "uv";
version = "0.6.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
tag = version;
hash = "sha256-1D1/LY8nJI14nLghYI60a4CFmu8McUIUnxB7SeXPs1o=";
hash = "sha256-1vWg+nDh87JSs5W+8RgvAlfmNSokAU6Or41OXMcFRC8=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-2XLkMk6IsWho/BlPr+uxfuliAsTDat+nY0h/MJN8sXU=";
cargoHash = "sha256-Kuh3R8PRlH25wmErFVa055ggctJYFqq9fZTzyK3TAT0=";
buildInputs = [
rust-jemalloc-sys