Skip to content

Commit baf9062

Browse files
authored
uv: 0.6.10 -> 0.6.11 (#394951)
2 parents ec2d6a5 + 6e9b612 commit baf9062

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
@@ -20,17 +20,17 @@
2020

2121
rustPlatform.buildRustPackage (finalAttrs: {
2222
pname = "uv";
23-
version = "0.6.10";
23+
version = "0.6.11";
2424

2525
src = fetchFromGitHub {
2626
owner = "astral-sh";
2727
repo = "uv";
2828
tag = finalAttrs.version;
29-
hash = "sha256-IvHMueDY8sT+hLaySOwZ6sI3Jcb1Ht1Wpfzv17NCfI8=";
29+
hash = "sha256-XqKtgGN7c6ArssYAjwdkdnAwv39I+FcEw+EXwC2Xehs=";
3030
};
3131

3232
useFetchCargoVendor = true;
33-
cargoHash = "sha256-YNeZt4Zcw0hiYiKwtuEHk5OuH041iILtFyY88/4Db3w=";
33+
cargoHash = "sha256-FdpBTf/SBEGmEfAXVGNbyyIvEfTC9WqKvB+/YMYq1hI=";
3434

3535
buildInputs = [
3636
rust-jemalloc-sys

0 commit comments

Comments
 (0)