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 ba00c29 commit 1f3beadCopy full SHA for 1f3bead
pkgs/by-name/uv/uv/package.nix
@@ -17,17 +17,17 @@
17
18
rustPlatform.buildRustPackage rec {
19
pname = "uv";
20
- version = "0.5.12";
+ version = "0.5.13";
21
22
src = fetchFromGitHub {
23
owner = "astral-sh";
24
repo = "uv";
25
tag = version;
26
- hash = "sha256-opTZzNi9cguceD3qdWsIxAYbymu25wFFKOIGhWu958Q=";
+ hash = "sha256-W24bw+fQk7DoHPGFtUiIPybxuCa03o1ngAXqVwU/Z7E=";
27
};
28
29
useFetchCargoVendor = true;
30
- cargoHash = "sha256-hplzzsbS81GRS8L0Goh7vvzyv6xCAe0CN6KRvJ0GUdc=";
+ cargoHash = "sha256-CN4ZqYeZktcQT0Pro8rfnzri6i0xranmYdroKzwkK6A=";
31
32
nativeBuildInputs = [
33
cmake
0 commit comments