From cf417151b9e9607e47ab750b51aa8fbbdef00c53 Mon Sep 17 00:00:00 2001 From: misilelab Date: Thu, 5 Dec 2024 09:13:02 +0900 Subject: [PATCH] uv: 0.5.5 -> 0.5.6 Signed-off-by: misilelab --- pkgs/by-name/uv/uv/package.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/uv/uv/package.nix b/pkgs/by-name/uv/uv/package.nix index 3abe878f2afd..74a9f1298ff8 100644 --- a/pkgs/by-name/uv/uv/package.nix +++ b/pkgs/by-name/uv/uv/package.nix @@ -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 @@ -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