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 ec2d6a5 + 6e9b612 commit baf9062Copy full SHA for baf9062
pkgs/by-name/uv/uv/package.nix
@@ -20,17 +20,17 @@
20
21
rustPlatform.buildRustPackage (finalAttrs: {
22
pname = "uv";
23
- version = "0.6.10";
+ version = "0.6.11";
24
25
src = fetchFromGitHub {
26
owner = "astral-sh";
27
repo = "uv";
28
tag = finalAttrs.version;
29
- hash = "sha256-IvHMueDY8sT+hLaySOwZ6sI3Jcb1Ht1Wpfzv17NCfI8=";
+ hash = "sha256-XqKtgGN7c6ArssYAjwdkdnAwv39I+FcEw+EXwC2Xehs=";
30
};
31
32
useFetchCargoVendor = true;
33
- cargoHash = "sha256-YNeZt4Zcw0hiYiKwtuEHk5OuH041iILtFyY88/4Db3w=";
+ cargoHash = "sha256-FdpBTf/SBEGmEfAXVGNbyyIvEfTC9WqKvB+/YMYq1hI=";
34
35
buildInputs = [
36
rust-jemalloc-sys
0 commit comments