Skip to content

Commit 1313842

Browse files
authored
uv: 0.6.3 -> 0.6.4 (#386978)
2 parents 27798c2 + d93c197 commit 1313842

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 rec {
2222
pname = "uv";
23-
version = "0.6.3";
23+
version = "0.6.4";
2424

2525
src = fetchFromGitHub {
2626
owner = "astral-sh";
2727
repo = "uv";
2828
tag = version;
29-
hash = "sha256-eT+pCw5azFhUS9ChOsJm7zXKAr/PeJeakBcoGolL+lI=";
29+
hash = "sha256-4Fnc36jcgV5rZnipepgucfoUZ0V1VGC6axMPHOJX80A=";
3030
};
3131

3232
useFetchCargoVendor = true;
33-
cargoHash = "sha256-tCbNMV2r05bIo/xa1TmzocL8ccJyVCDKV735epPxd24=";
33+
cargoHash = "sha256-8lo3R4U61zM+dHehFowySW8/fDCxBb03/e3njqG8l9g=";
3434

3535
buildInputs = [
3636
rust-jemalloc-sys

0 commit comments

Comments
 (0)