libssh: current url is down, provide a new one
This commit is contained in:
parent
74d79c9b19
commit
c478d12bc1
@ -4,8 +4,8 @@ stdenv.mkDerivation rec {
|
|||||||
name = "libssh-0.7.2";
|
name = "libssh-0.7.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://red.libssh.org/attachments/download/154/libssh-0.7.2.tar.xz";
|
url = "https://red.libssh.org/attachments/download/177/${name}.tar.xz";
|
||||||
sha256 = "0v84zm957z31yyrj47n62hby38nrjk5ih0ajmgccnqrjdpwwrira";
|
sha256 = "0qmfxgx88dbzcbyvh40gddn0fcg9adyyskg8pnsclha1cywlab53";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user