Skip to content

Commit a65bb20

Browse files
bengsparksgithub-actions[bot]
authored andcommitted
uv: 0.9.20 -> 0.9.21
Changelog: https://github.com/astral-sh/uv/releases/tag/0.9.21 (cherry picked from commit 0244efc)
1 parent 4cf0b72 commit a65bb20

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.20";
21+
version = "0.9.21";
2222

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

30-
cargoHash = "sha256-E+ruzlsiyolctbnNi7vvkNO6j/5HpAir3UXz6uTbJos=";
30+
cargoHash = "sha256-N0D0PSehHKioI4SWqLfCV/eoLjM6MbNySOWYabzKd4I=";
3131

3232
buildInputs = [
3333
rust-jemalloc-sys

0 commit comments

Comments
 (0)