Skip to content

Commit

Permalink
uv: 0.5.15 -> 0.5.16
Browse files Browse the repository at this point in the history
Signed-off-by: misilelab <misileminecord@gmail.com>
  • Loading branch information
MisileLab committed Jan 9, 2025
1 parent 74adbd2 commit b82f483
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.15";
version = "0.5.16";

src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
tag = version;
hash = "sha256-U/ccrbtOEpUp3+QKRdb1cqLmVSZ5dDuuC2FYCraghbE=";
hash = "sha256-fetK0xzob0njNPqpfezPKV07NXByfLXcC3mIhQvFBaw=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-rS4fdO3Q1YmDT/ln3PLUuOXddzsFeAUsbypK+UVRIRE=";
cargoHash = "sha256-IPOtFLkW/ShiQz82vHgTNKjIqA6Iebng929fAA6ryPU=";

nativeBuildInputs = [
cmake
Expand Down

0 comments on commit b82f483

Please sign in to comment.