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 06287a5 commit d93c197Copy full SHA for d93c197
pkgs/by-name/uv/uv/package.nix
@@ -20,17 +20,17 @@
20
21
rustPlatform.buildRustPackage rec {
22
pname = "uv";
23
- version = "0.6.3";
+ version = "0.6.4";
24
25
src = fetchFromGitHub {
26
owner = "astral-sh";
27
repo = "uv";
28
tag = version;
29
- hash = "sha256-eT+pCw5azFhUS9ChOsJm7zXKAr/PeJeakBcoGolL+lI=";
+ hash = "sha256-4Fnc36jcgV5rZnipepgucfoUZ0V1VGC6axMPHOJX80A=";
30
};
31
32
useFetchCargoVendor = true;
33
- cargoHash = "sha256-tCbNMV2r05bIo/xa1TmzocL8ccJyVCDKV735epPxd24=";
+ cargoHash = "sha256-8lo3R4U61zM+dHehFowySW8/fDCxBb03/e3njqG8l9g=";
34
35
buildInputs = [
36
rust-jemalloc-sys
0 commit comments