From b9d7b24d2c2a4c11e800a3ba6dc9585af852cbde Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Mon, 17 Dec 2018 02:19:07 +0100 Subject: libssh: 0.7.6 -> 0.7.7 Bugfix release for the 0.7 branch to fix regressions from the security fixes. See https://www.libssh.org/2018/10/29/libssh-0-8-5-and-libssh-0-7-7/. --- pkgs/development/libraries/libssh/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/libssh/default.nix b/pkgs/development/libraries/libssh/default.nix index 1ec15e88f13d..e19538697bbd 100644 --- a/pkgs/development/libraries/libssh/default.nix +++ b/pkgs/development/libraries/libssh/default.nix @@ -1,11 +1,11 @@ { stdenv, fetchurl, fetchpatch, pkgconfig, cmake, zlib, openssl, libsodium }: stdenv.mkDerivation rec { - name = "libssh-0.7.6"; + name = "libssh-0.7.7"; src = fetchurl { - url = "https://www.libssh.org/files/0.7/libssh-0.7.6.tar.xz"; - sha256 = "14hhdpn2hflywsi9d5bz2pfjxqkyi07znjij89cpakr7b4w7sq0x"; + url = "https://www.libssh.org/files/0.7/libssh-0.7.7.tar.xz"; + sha256 = "0m3ifsym36agij46allh3r8v00apqll9sf7bcgikknlwhc1v1plg"; }; patches = [ -- cgit v1.2.3