Skip to content

Commit 49180bc

Browse files
authored
[Backport release-25.11] uv: 0.9.26 -> 0.9.27 (#484682)
2 parents fa83fd8 + f6c588a commit 49180bc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

2323
src = fetchFromGitHub {
2424
owner = "astral-sh";
2525
repo = "uv";
2626
tag = finalAttrs.version;
27-
hash = "sha256-qvfMB62/0Hvc7m5h+QitvUcS6YZWAV1uGPg8JpCKPNU=";
27+
hash = "sha256-2ArneGmQZhEcFlPm5hlQkHR8wnok7bEzTYBkeR+Gk6U=";
2828
};
2929

30-
cargoHash = "sha256-3ncKhauappl1MR3EG1bwYVrwhM7gCFRcRyRvYrsDaok=";
30+
cargoHash = "sha256-Qx1oEqmYVpf2M36dsDCIn+xbkjkxlcAHCC+Vlokybf0=";
3131

3232
buildInputs = [
3333
rust-jemalloc-sys

0 commit comments

Comments
 (0)