uv: 0.9.20 -> 0.9.21

Changelog: https://github.com/astral-sh/uv/releases/tag/0.9.21
This commit is contained in:
Benjamin Sparks
2025-12-30 17:25:23 +01:00
parent 05c7105b8f
commit 0244efc8d8
+3 -3
View File
@@ -18,16 +18,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "uv";
version = "0.9.20";
version = "0.9.21";
src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
tag = finalAttrs.version;
hash = "sha256-q8NoNzsqSCsnQNGXNYhW1shSwrpRjoiqq6L8LEHUbVU=";
hash = "sha256-/Fis5719wA76HzyfVCOboXUhCVXBtGvNZm2lIhESv5o=";
};
cargoHash = "sha256-E+ruzlsiyolctbnNi7vvkNO6j/5HpAir3UXz6uTbJos=";
cargoHash = "sha256-N0D0PSehHKioI4SWqLfCV/eoLjM6MbNySOWYabzKd4I=";
buildInputs = [
rust-jemalloc-sys