Skip to content

Commit

Permalink
uv: 0.5.18 -> 0.5.20 (NixOS#374244)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Jan 16, 2025
2 parents 097e9cf + 4a71f60 commit 54c73ed
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.18";
version = "0.5.20";

src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
tag = version;
hash = "sha256-n/Vh79CZ6mq5JB8Z+wZo+s6t87Bt9ISPj4svMOrMJf0=";
hash = "sha256-MuFeO7Ju/aPsDzujRS9hsHykUrImFWRUR+2oOaAlXLc=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-+hv1LPbw1GAMcHIb7lxt8QNyQFtuuhPFJAa3iOJq3PQ=";
cargoHash = "sha256-e0U4yijsGyEm7PCrpn6WYn1cPEK4oGtK1fr7Wrxnmkg=";

nativeBuildInputs = [
cmake
Expand Down

0 comments on commit 54c73ed

Please sign in to comment.