0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

uv: 0.5.13 -> 0.5.14

Signed-off-by: misilelab <misileminecord@gmail.com>
This commit is contained in:
misilelab 2025-01-03 17:26:56 +09:00
parent 5e206eed10
commit 1b564f773f
No known key found for this signature in database
GPG key ID: 7E8683301BE9A5A4

View file

@ -17,17 +17,17 @@
rustPlatform.buildRustPackage rec {
pname = "uv";
version = "0.5.13";
version = "0.5.14";
src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
tag = version;
hash = "sha256-W24bw+fQk7DoHPGFtUiIPybxuCa03o1ngAXqVwU/Z7E=";
hash = "sha256-/IUVdOcQwBKfuNlQozdaVe3TzdXptpADXGk27XLF+xc=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-CN4ZqYeZktcQT0Pro8rfnzri6i0xranmYdroKzwkK6A=";
cargoHash = "sha256-dkVyLfihJIfhGrETY0BAHrB4h6JiwL+kfsyP2nwqLN4=";
nativeBuildInputs = [
cmake