Skip to content

Commit

Permalink
uv: 0.5.22 -> 0.5.23 (#376068)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Jan 23, 2025
2 parents 8735893 + e07a2af commit 010f694
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.22";
version = "0.5.23";

src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
tag = version;
hash = "sha256-zAGPlzMkoJpvfT8CljCTz/qnWRROf5re4Js9zPgstt4=";
hash = "sha256-0uYAokw9hjgI+eU/1GrWdCDtFl1qWqkhvh+1qjeGSCQ=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-hMh0evlR8r01woSFVYWmheG3Di6m/QYHHWsoK95Ia3Q=";
cargoHash = "sha256-yv5asWS6XLI22Z1kkGB6xJ6XFFMfOvFYcvvFvjRu8D4=";

nativeBuildInputs = [
cmake
Expand Down

0 comments on commit 010f694

Please sign in to comment.