libssh: 0.7.1 -> 0.7.2

This commit is contained in:
William A. Kennington III 2015-11-05 18:20:01 -08:00
parent f9c77b6d72
commit 7de7628c98

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, cmake, zlib, openssl, libsodium }:
stdenv.mkDerivation rec {
name = "libssh-0.7.1";
name = "libssh-0.7.2";
src = fetchurl {
url = "https://red.libssh.org/attachments/download/154/libssh-0.7.1.tar.xz";
sha256 = "0v84zm957z31yyrj47n62hby38nrjk5ih0ajmgccnqrjdpwwrirg";
url = "https://red.libssh.org/attachments/download/154/libssh-0.7.2.tar.xz";
sha256 = "0v84zm957z31yyrj47n62hby38nrjk5ih0ajmgccnqrjdpwwrira";
};
postPatch = ''