Skip to content

Commit

Permalink
uv: 0.5.13 -> 0.5.14 (#370536)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Jan 3, 2025
2 parents 20ebcd0 + 1b564f7 commit 5fd60c8
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 @@ -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
Expand Down

0 comments on commit 5fd60c8

Please sign in to comment.