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.
2 parents 228b1c5 + 174ce77 commit f081204Copy full SHA for f081204
pkgs/by-name/uv/uv/package.nix
@@ -18,16 +18,16 @@
18
19
rustPlatform.buildRustPackage (finalAttrs: {
20
pname = "uv";
21
- version = "0.9.29";
+ version = "0.9.30";
22
23
src = fetchFromGitHub {
24
owner = "astral-sh";
25
repo = "uv";
26
tag = finalAttrs.version;
27
- hash = "sha256-HsMZzn7D2C19Uu9xmz4NRaK+cGcoiyJYaAq1Z9f5nwY=";
+ hash = "sha256-PDp7yktF2ek6KVlJvYsLn7VgV1ulgWnjAXKozJW3JKU=";
28
};
29
30
- cargoHash = "sha256-q+LeKIasQwhgAdq0N43cPK/dHkS45tV73tCCvrjnFfA=";
+ cargoHash = "sha256-KoVAUbVheq/x5e7scqf8ZSyC0ZAXlcZJ7svuiuT7NzQ=";
31
32
buildInputs = [
33
rust-jemalloc-sys
0 commit comments