Skip to content

Commit f7cdcbf

Browse files
committed
uv: 0.5.26 -> 0.5.27
Signed-off-by: misilelab <[email protected]>
1 parent c1c3bd6 commit f7cdcbf

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

2222
src = fetchFromGitHub {
2323
owner = "astral-sh";
2424
repo = "uv";
2525
tag = version;
26-
hash = "sha256-Rp6DexvMbUdE7i8hik4MC2sW/VFmpxJFfF7ukc49VlE=";
26+
hash = "sha256-UqwXLAo99ZtvNNIfd5eO+IfdL2fksf0LTrRU2G1/j/8=";
2727
};
2828

2929
useFetchCargoVendor = true;
30-
cargoHash = "sha256-MZKrkxy7bXQ3lTrPwCRT8nAR8fP+SeZmBEMQrXlvkYo=";
30+
cargoHash = "sha256-TS823jBGtHNUZzeRJpir6G8F8Cgq7fuxw6pPk8RrE3o=";
3131

3232
nativeBuildInputs = [
3333
cmake

0 commit comments

Comments
 (0)