Skip to content

Commit 4c29057

Browse files
committed
uv: 0.10.6 -> 0.10.8
1 parent b2ad9e2 commit 4c29057

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

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

30-
cargoHash = "sha256-IY1Js0PrUjYX4pqUQY44BX41YGpjxCY5tceRaoiiz0o=";
30+
cargoHash = "sha256-ZIgDdP3O9MI5k6hePo2yMcrVoGVRm9Fno5NVqUbOSWw=";
3131

3232
buildInputs = [
3333
rust-jemalloc-sys

0 commit comments

Comments
 (0)