Skip to content

Commit 0616f15

Browse files
authored
uv: 0.5.21 -> 0.5.22 (NixOS#375749)
2 parents 21808d2 + b7986e1 commit 0616f15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/uv/uv/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717

1818
rustPlatform.buildRustPackage rec {
1919
pname = "uv";
20-
version = "0.5.21";
20+
version = "0.5.22";
2121

2222
src = fetchFromGitHub {
2323
owner = "astral-sh";
2424
repo = "uv";
2525
tag = version;
26-
hash = "sha256-KByU5PLya+9ASfS4eqVGeRChhr8huxqqNB1jvUt6BHI=";
26+
hash = "sha256-zAGPlzMkoJpvfT8CljCTz/qnWRROf5re4Js9zPgstt4=";
2727
};
2828

2929
useFetchCargoVendor = true;
30-
cargoHash = "sha256-qZoOYeJ1GlKhu88eNq2ncbOFQgdtaST4f2py2DquekU=";
30+
cargoHash = "sha256-hMh0evlR8r01woSFVYWmheG3Di6m/QYHHWsoK95Ia3Q=";
3131

3232
nativeBuildInputs = [
3333
cmake

0 commit comments

Comments
 (0)