Skip to content

Commit

Permalink
uv: 0.5.4 -> 0.5.5 (#360125)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Nov 30, 2024
2 parents 02cdd06 + d2b5262 commit 2079241
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.4";
version = "0.5.5";

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

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

nativeBuildInputs = [
cmake
Expand Down

0 comments on commit 2079241

Please sign in to comment.