3
0
Fork 0
forked from mirrors/nixpkgs

switch to working libssh 0.7 download

This commit is contained in:
Aristid Breitkreuz 2015-05-24 20:20:49 +00:00
parent b217d9a4dd
commit 75ea4778f5

View file

@ -30,8 +30,8 @@ stdenv.mkDerivation rec {
name = "libssh-0.7.0";
src = fetchurl {
url = "https://red.libssh.org/attachments/download/140/libssh-0.7.0.tar.xz";
sha256 = "0as07vz3h5qa14ysvgsddb90m1qh605p6ccv6kf1sr1k3wsbql85";
url = "https://git.libssh.org/projects/libssh.git/snapshot/libssh-0.7.0.tar.gz";
sha256 = "1wfrdqhv97f4ycd9bcpgb6gw47kr7b2iq8cz5knk8a6n9c6870k0";
};
postPatch = ''