Skip to content

Commit

Permalink
uv: 0.5.21 -> 0.5.22 (#375749)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Jan 22, 2025
2 parents 21808d2 + b7986e1 commit 0616f15
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.21";
version = "0.5.22";

src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
tag = version;
hash = "sha256-KByU5PLya+9ASfS4eqVGeRChhr8huxqqNB1jvUt6BHI=";
hash = "sha256-zAGPlzMkoJpvfT8CljCTz/qnWRROf5re4Js9zPgstt4=";
};

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

nativeBuildInputs = [
cmake
Expand Down

0 comments on commit 0616f15

Please sign in to comment.