forked from mirrors/nixpkgs
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";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://red.libssh.org/attachments/download/154/libssh-0.7.2.tar.xz";
|
||||
sha256 = "0v84zm957z31yyrj47n62hby38nrjk5ih0ajmgccnqrjdpwwrira";
|
||||
url = "https://red.libssh.org/attachments/download/177/${name}.tar.xz";
|
||||
sha256 = "0qmfxgx88dbzcbyvh40gddn0fcg9adyyskg8pnsclha1cywlab53";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue