Skip to content

Commit 010f694

Browse files
authored
uv: 0.5.22 -> 0.5.23 (NixOS#376068)
2 parents 8735893 + e07a2af commit 010f694

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

2222
src = fetchFromGitHub {
2323
owner = "astral-sh";
2424
repo = "uv";
2525
tag = version;
26-
hash = "sha256-zAGPlzMkoJpvfT8CljCTz/qnWRROf5re4Js9zPgstt4=";
26+
hash = "sha256-0uYAokw9hjgI+eU/1GrWdCDtFl1qWqkhvh+1qjeGSCQ=";
2727
};
2828

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

3232
nativeBuildInputs = [
3333
cmake

0 commit comments

Comments
 (0)