uv: 0.8.13 -> 0.8.14

Release notes: https://github.com/astral-sh/uv/releases/tag/0.8.14
This commit is contained in:
Sizhe Zhao
2025-08-29 21:56:14 +08:00
parent 3964260b23
commit 9060afe0d6
+3 -3
View File
@@ -18,16 +18,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "uv";
version = "0.8.13";
version = "0.8.14";
src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
tag = finalAttrs.version;
hash = "sha256-U7Y3byjXxRpIZ2QS1QfZC51FF7PnyAKV0DKYC1LImzA=";
hash = "sha256-KG6WNaHbrPBasHdSdtWrnvzwMRrvpwukVSIZe3COrUA=";
};
cargoHash = "sha256-NDWHG1yU1KFhvydVAO88YwDH+2rkH01S4Lxd1joWHFE=";
cargoHash = "sha256-Ow39kxnACXVbEtCPGJJ7SKdTFhYwd9IDPbYAsvNPOKw=";
buildInputs = [
rust-jemalloc-sys