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 fa83fd8 + f6c588a commit 49180bcCopy full SHA for 49180bc
1 file changed
pkgs/by-name/uv/uv/package.nix
@@ -18,16 +18,16 @@
18
19
rustPlatform.buildRustPackage (finalAttrs: {
20
pname = "uv";
21
- version = "0.9.26";
+ version = "0.9.27";
22
23
src = fetchFromGitHub {
24
owner = "astral-sh";
25
repo = "uv";
26
tag = finalAttrs.version;
27
- hash = "sha256-qvfMB62/0Hvc7m5h+QitvUcS6YZWAV1uGPg8JpCKPNU=";
+ hash = "sha256-2ArneGmQZhEcFlPm5hlQkHR8wnok7bEzTYBkeR+Gk6U=";
28
};
29
30
- cargoHash = "sha256-3ncKhauappl1MR3EG1bwYVrwhM7gCFRcRyRvYrsDaok=";
+ cargoHash = "sha256-Qx1oEqmYVpf2M36dsDCIn+xbkjkxlcAHCC+Vlokybf0=";
31
32
buildInputs = [
33
rust-jemalloc-sys
0 commit comments