Skip to content

Commit f081204

Browse files
authored
[Backport release-25.11] uv: 0.9.29 -> 0.9.30 (#502881)
2 parents 228b1c5 + 174ce77 commit f081204

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/uv/uv/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818

1919
rustPlatform.buildRustPackage (finalAttrs: {
2020
pname = "uv";
21-
version = "0.9.29";
21+
version = "0.9.30";
2222

2323
src = fetchFromGitHub {
2424
owner = "astral-sh";
2525
repo = "uv";
2626
tag = finalAttrs.version;
27-
hash = "sha256-HsMZzn7D2C19Uu9xmz4NRaK+cGcoiyJYaAq1Z9f5nwY=";
27+
hash = "sha256-PDp7yktF2ek6KVlJvYsLn7VgV1ulgWnjAXKozJW3JKU=";
2828
};
2929

30-
cargoHash = "sha256-q+LeKIasQwhgAdq0N43cPK/dHkS45tV73tCCvrjnFfA=";
30+
cargoHash = "sha256-KoVAUbVheq/x5e7scqf8ZSyC0ZAXlcZJ7svuiuT7NzQ=";
3131

3232
buildInputs = [
3333
rust-jemalloc-sys

0 commit comments

Comments
 (0)