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 21808d2 + b7986e1 commit 0616f15Copy full SHA for 0616f15
pkgs/by-name/uv/uv/package.nix
@@ -17,17 +17,17 @@
17
18
rustPlatform.buildRustPackage rec {
19
pname = "uv";
20
- version = "0.5.21";
+ version = "0.5.22";
21
22
src = fetchFromGitHub {
23
owner = "astral-sh";
24
repo = "uv";
25
tag = version;
26
- hash = "sha256-KByU5PLya+9ASfS4eqVGeRChhr8huxqqNB1jvUt6BHI=";
+ hash = "sha256-zAGPlzMkoJpvfT8CljCTz/qnWRROf5re4Js9zPgstt4=";
27
};
28
29
useFetchCargoVendor = true;
30
- cargoHash = "sha256-qZoOYeJ1GlKhu88eNq2ncbOFQgdtaST4f2py2DquekU=";
+ cargoHash = "sha256-hMh0evlR8r01woSFVYWmheG3Di6m/QYHHWsoK95Ia3Q=";
31
32
nativeBuildInputs = [
33
cmake
0 commit comments