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 4f47fa2 + 5e985b3 commit eb80187Copy full SHA for eb80187
pkgs/modules/python/uv/default.nix
@@ -13,17 +13,17 @@
13
14
rustPlatform.buildRustPackage rec {
15
pname = "uv";
16
- version = "0.5.11"; # Technically 8 versions ahead of 0.5.11
+ version = "0.9.5";
17
18
src = fetchFromGitHub {
19
owner = "astral-sh";
20
repo = "uv";
21
- rev = "ddc290feb4ed2de4740c786af2436cf1f82a3190";
22
- hash = "sha256-/hm70Vptk0eg9MMzgbpkOg/x6mNJBTZ/25kfqiYc/7Y=";
+ tag = version;
+ hash = "sha256-Js62zaO44/gXCCwji4LmlyO62zI96CFhnfnYqgI2p+U=";
23
};
24
25
useFetchCargoVendor = true;
26
- cargoHash = "sha256-k+ABi0xgtpuDwCEgUIqrG7m56iSeYMsDTvtC0YHoCwE=";
+ cargoHash = "sha256-TadS0YrZV5psCcGiu21w55nQhlzU+gXZPmFCAONLbXE=";
27
28
nativeBuildInputs = [
29
cmake
0 commit comments