Skip to content

Commit 59236c4

Browse files
authored
uv: 0.6.1 -> 0.6.2 (#383601)
2 parents c81b9b2 + b1b6bcd commit 59236c4

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.1";
23+
version = "0.6.2";
2424

2525
src = fetchFromGitHub {
2626
owner = "astral-sh";
2727
repo = "uv";
2828
tag = version;
29-
hash = "sha256-1vWg+nDh87JSs5W+8RgvAlfmNSokAU6Or41OXMcFRC8=";
29+
hash = "sha256-kzmdxOS5ln9/VIyPIs1mHYGZG5R8KxJDZpX+I6ucsPg=";
3030
};
3131

3232
useFetchCargoVendor = true;
33-
cargoHash = "sha256-Kuh3R8PRlH25wmErFVa055ggctJYFqq9fZTzyK3TAT0=";
33+
cargoHash = "sha256-XoXksl5N8tyJWE/J3N6fFuIrmGaehnmFEKGrMvfzdq0=";
3434

3535
buildInputs = [
3636
rust-jemalloc-sys

0 commit comments

Comments
 (0)