Skip to content

Commit

Permalink
uv: 0.5.10 -> 0.5.11
Browse files Browse the repository at this point in the history
Signed-off-by: misilelab <[email protected]>
  • Loading branch information
MisileLab authored and adisbladis committed Dec 22, 2024
1 parent 32b793e commit 7be0736
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.10";
version = "0.5.11";

src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
tag = version;
hash = "sha256-GE/MgaX6JhzVVwrkz33fr1Vl83QD1WHhlB7vPdJ2W3c=";
hash = "sha256-0HdMjul925TkJGYQHsmQBYQoEkDYyXFSTEgZ/jg5V0o=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-jFH+OA2bR4Pq1PWDQCpFFH9AoC3PDLSOKAT0iDvkFWM=";
cargoHash = "sha256-T1Yk8JNPdkxpLegeFuL2J7mbFOX4yyCPfvHyFfu6YsM=";

nativeBuildInputs = [
cmake
Expand Down

0 comments on commit 7be0736

Please sign in to comment.