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 c8f3f16 + b16d25f commit 92d8a4dCopy full SHA for 92d8a4d
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.8.20";
+ version = "0.8.22";
22
23
src = fetchFromGitHub {
24
owner = "astral-sh";
25
repo = "uv";
26
tag = finalAttrs.version;
27
- hash = "sha256-k0otsop9KjjChlUIKBJn4yQStOHmv/v8GLol3Pz/3yU=";
+ hash = "sha256-7/WOjsyfkDTZLNJY0+rNdRUmMabJsSFvKi2yh/WqViQ=";
28
};
29
30
- cargoHash = "sha256-f/2DHdNWdbQEYt7kmDsBPDgerGcjFGKyVgU+bQ9qdlg=";
+ cargoHash = "sha256-RubSyxQjWlkoHMItYLjiyJ5Whz3oMXgioqbuewi1fcM=";
31
32
buildInputs = [
33
rust-jemalloc-sys
0 commit comments