We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ad9e2 commit 4c29057Copy full SHA for 4c29057
pkgs/by-name/uv/uv/package.nix
@@ -18,16 +18,16 @@
18
19
rustPlatform.buildRustPackage (finalAttrs: {
20
pname = "uv";
21
- version = "0.10.6";
+ version = "0.10.8";
22
23
src = fetchFromGitHub {
24
owner = "astral-sh";
25
repo = "uv";
26
tag = finalAttrs.version;
27
- hash = "sha256-KOoAj5v0k9SDsiFmjjaiLMRGn+VELulF//Rvv62U7CU=";
+ hash = "sha256-kdIzLKdpqEnIo4ca7fAaerF8IRw1UTpn3deMZ/HCbAk=";
28
};
29
30
- cargoHash = "sha256-IY1Js0PrUjYX4pqUQY44BX41YGpjxCY5tceRaoiiz0o=";
+ cargoHash = "sha256-ZIgDdP3O9MI5k6hePo2yMcrVoGVRm9Fno5NVqUbOSWw=";
31
32
buildInputs = [
33
rust-jemalloc-sys
0 commit comments