Skip to content

Commit

Permalink
uv: 0.5.11 -> 0.5.12 (#368445)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Dec 27, 2024
2 parents 28d78e5 + 3663b32 commit c9f456a
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.11";
version = "0.5.12";

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

useFetchCargoVendor = true;
cargoHash = "sha256-T1Yk8JNPdkxpLegeFuL2J7mbFOX4yyCPfvHyFfu6YsM=";
cargoHash = "sha256-hplzzsbS81GRS8L0Goh7vvzyv6xCAe0CN6KRvJ0GUdc=";

nativeBuildInputs = [
cmake
Expand Down

0 comments on commit c9f456a

Please sign in to comment.