We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8735893 + e07a2af commit 010f694Copy full SHA for 010f694
pkgs/by-name/uv/uv/package.nix
@@ -17,17 +17,17 @@
17
18
rustPlatform.buildRustPackage rec {
19
pname = "uv";
20
- version = "0.5.22";
+ version = "0.5.23";
21
22
src = fetchFromGitHub {
23
owner = "astral-sh";
24
repo = "uv";
25
tag = version;
26
- hash = "sha256-zAGPlzMkoJpvfT8CljCTz/qnWRROf5re4Js9zPgstt4=";
+ hash = "sha256-0uYAokw9hjgI+eU/1GrWdCDtFl1qWqkhvh+1qjeGSCQ=";
27
};
28
29
useFetchCargoVendor = true;
30
- cargoHash = "sha256-hMh0evlR8r01woSFVYWmheG3Di6m/QYHHWsoK95Ia3Q=";
+ cargoHash = "sha256-yv5asWS6XLI22Z1kkGB6xJ6XFFMfOvFYcvvFvjRu8D4=";
31
32
nativeBuildInputs = [
33
cmake
0 commit comments