updated uv
This commit is contained in:
parent
e61c0c8298
commit
c279ce1743
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@
|
|||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "uv-bin";
|
||||
version = "0.5.20";
|
||||
version = "0.5.26";
|
||||
|
||||
src = fetchTarball {
|
||||
url = "https://github.com/astral-sh/uv/releases/download/${version}/uv-x86_64-unknown-linux-gnu.tar.gz";
|
||||
sha256 = "05msh1f3gxd8ca58kz7vwai9gwm376p73j0ig9w5i4ff30vqq2zd";
|
||||
sha256 = "161das9fglnqhpp6h8y3fgbrk849d00q0cbhlsy8ba4x1c7vrqif";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue