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 c1c3bd6 commit f7cdcbfCopy full SHA for f7cdcbf
pkgs/by-name/uv/uv/package.nix
@@ -17,17 +17,17 @@
17
18
rustPlatform.buildRustPackage rec {
19
pname = "uv";
20
- version = "0.5.26";
+ version = "0.5.27";
21
22
src = fetchFromGitHub {
23
owner = "astral-sh";
24
repo = "uv";
25
tag = version;
26
- hash = "sha256-Rp6DexvMbUdE7i8hik4MC2sW/VFmpxJFfF7ukc49VlE=";
+ hash = "sha256-UqwXLAo99ZtvNNIfd5eO+IfdL2fksf0LTrRU2G1/j/8=";
27
};
28
29
useFetchCargoVendor = true;
30
- cargoHash = "sha256-MZKrkxy7bXQ3lTrPwCRT8nAR8fP+SeZmBEMQrXlvkYo=";
+ cargoHash = "sha256-TS823jBGtHNUZzeRJpir6G8F8Cgq7fuxw6pPk8RrE3o=";
31
32
nativeBuildInputs = [
33
cmake
0 commit comments