[Backport release-26.05] uv: 0.11.17 -> 0.11.19 (#530220)

This commit is contained in:
Sizhe Zhao 2026-06-10 06:32:00 +00:00 committed by GitHub
commit b5cfb921f8
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.11.17";
version = "0.11.19";
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
tag = finalAttrs.version;
hash = "sha256-pjQe/z2Es9k6lhlauo4ie0VCfHE1Co98i3y1RbdwPQw=";
hash = "sha256-2NZVsYK0lZHX5xQqQXXczoaBzEMIGHjT0ls55BVu0RM=";
};
cargoHash = "sha256-r+bxTFVzf1wSq5JeAoerxIA32FlxVKfDjchQqviimkY=";
cargoHash = "sha256-gMCvZUzqLe/Q7O1tWWPJs7pxWklb3LN9QQIULIq4oUU=";
buildInputs = [
rust-jemalloc-sys