Skip to content

Commit

Permalink
uv: 0.5.6 -> 0.5.7 (#362808)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Dec 8, 2024
2 parents c45456d + fc8245f commit 328fa9f
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.6";
version = "0.5.7";

src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
tag = version;
hash = "sha256-iiIbSya+SUM7Xk+lV7h7Zyb1WMvc1IAHxCAylWmKaKU=";
hash = "sha256-kQiML3AjVx9W8u6sN0l6btpx1rkGmlWpSV4Uc7f1WIk=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-xrUjHJ8VDGNwN4xfOqqaRRUTEhRh2Jnckj7ynILigpc=";
cargoHash = "sha256-KFKaI5KTKCowm08ESd4lojpFEjQjmd0mTtWpg7YDToo=";

nativeBuildInputs = [
cmake
Expand Down

0 comments on commit 328fa9f

Please sign in to comment.