Skip to content

Commit 1f3bead

Browse files
committed
1 parent ba00c29 commit 1f3bead

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.12";
20+
version = "0.5.13";
2121

2222
src = fetchFromGitHub {
2323
owner = "astral-sh";
2424
repo = "uv";
2525
tag = version;
26-
hash = "sha256-opTZzNi9cguceD3qdWsIxAYbymu25wFFKOIGhWu958Q=";
26+
hash = "sha256-W24bw+fQk7DoHPGFtUiIPybxuCa03o1ngAXqVwU/Z7E=";
2727
};
2828

2929
useFetchCargoVendor = true;
30-
cargoHash = "sha256-hplzzsbS81GRS8L0Goh7vvzyv6xCAe0CN6KRvJ0GUdc=";
30+
cargoHash = "sha256-CN4ZqYeZktcQT0Pro8rfnzri6i0xranmYdroKzwkK6A=";
3131

3232
nativeBuildInputs = [
3333
cmake

0 commit comments

Comments
 (0)