libssh: 0.7.1 -> 0.7.2
This commit is contained in:
parent
f9c77b6d72
commit
7de7628c98
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, cmake, zlib, openssl, libsodium }:
|
{ stdenv, fetchurl, pkgconfig, cmake, zlib, openssl, libsodium }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libssh-0.7.1";
|
name = "libssh-0.7.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://red.libssh.org/attachments/download/154/libssh-0.7.1.tar.xz";
|
url = "https://red.libssh.org/attachments/download/154/libssh-0.7.2.tar.xz";
|
||||||
sha256 = "0v84zm957z31yyrj47n62hby38nrjk5ih0ajmgccnqrjdpwwrirg";
|
sha256 = "0v84zm957z31yyrj47n62hby38nrjk5ih0ajmgccnqrjdpwwrira";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user