3
0
Fork 0
forked from mirrors/nixpkgs

libssh: current url is down, provide a new one

This commit is contained in:
Domen Kožar 2015-11-07 14:16:47 +01:00
parent 74d79c9b19
commit c478d12bc1

View file

@ -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 = ''