Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uv: 0.4.30 -> 0.5.8 #367280

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
uv: 0.5.5 -> 0.5.6
Signed-off-by: misilelab <[email protected]>
  • Loading branch information
MisileLab authored and adisbladis committed Dec 22, 2024
commit bcfb4a00dc8ca2e30df847ca7708d2bfa422932d
10 changes: 5 additions & 5 deletions pkgs/by-name/uv/uv/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@

rustPlatform.buildRustPackage rec {
pname = "uv";
version = "0.5.5";
version = "0.5.6";

src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
rev = "refs/tags/${version}";
hash = "sha256-E0U6K+lvtIM9htpMpFN36JHA772LgTHaTCVGiTTlvQk=";
tag = version;
hash = "sha256-iiIbSya+SUM7Xk+lV7h7Zyb1WMvc1IAHxCAylWmKaKU=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-WbA0/HojU/E2ccAvV2sv9EAXLqcb+99LFHxddcYFZFw=";
cargoHash = "sha256-xrUjHJ8VDGNwN4xfOqqaRRUTEhRh2Jnckj7ynILigpc=";

nativeBuildInputs = [
cmake
Expand Down Expand Up @@ -63,7 +63,7 @@ rustPlatform.buildRustPackage rec {
meta = {
description = "Extremely fast Python package installer and resolver, written in Rust";
homepage = "https://github.com/astral-sh/uv";
changelog = "https://github.com/astral-sh/uv/blob/${src.rev}/CHANGELOG.md";
changelog = "https://github.com/astral-sh/uv/blob/${version}/CHANGELOG.md";
license = with lib.licenses; [
asl20
mit
Expand Down