uv: 0.8.0 -> 0.8.2

This commit is contained in:
Sizhe Zhao 2025-07-23 07:59:46 +08:00
parent 8cf338f2bd
commit 6ca8e9d5d6
No known key found for this signature in database
GPG Key ID: ED1807251A7DA08F

View File

@ -18,16 +18,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "uv";
version = "0.8.0";
version = "0.8.2";
src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
tag = finalAttrs.version;
hash = "sha256-iVwiXen/VNxXQxlF7cg9qGz61cEoszNgWB3XHdl750I=";
hash = "sha256-qMXXkf2hLyzd+4H85kGHiQIdAbvhMA2z+1z05ZF0hts=";
};
cargoHash = "sha256-Bw8/AAGcdE3qL0TENj4hMrOG89MLUQauMfpTmlgXdk8=";
cargoHash = "sha256-G5mLFKy/khHlP32/VFudtJJC1CWpBNyx4yPx1Gc8pcY=";
buildInputs = [
rust-jemalloc-sys