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 4cf0b72 + a65bb20 commit 4baaf46Copy full SHA for 4baaf46
pkgs/by-name/uv/uv/package.nix
@@ -18,16 +18,16 @@
18
19
rustPlatform.buildRustPackage (finalAttrs: {
20
pname = "uv";
21
- version = "0.9.20";
+ version = "0.9.21";
22
23
src = fetchFromGitHub {
24
owner = "astral-sh";
25
repo = "uv";
26
tag = finalAttrs.version;
27
- hash = "sha256-q8NoNzsqSCsnQNGXNYhW1shSwrpRjoiqq6L8LEHUbVU=";
+ hash = "sha256-/Fis5719wA76HzyfVCOboXUhCVXBtGvNZm2lIhESv5o=";
28
};
29
30
- cargoHash = "sha256-E+ruzlsiyolctbnNi7vvkNO6j/5HpAir3UXz6uTbJos=";
+ cargoHash = "sha256-N0D0PSehHKioI4SWqLfCV/eoLjM6MbNySOWYabzKd4I=";
31
32
buildInputs = [
33
rust-jemalloc-sys
0 commit comments