libssh: bugfix 0.7.3 -> 0.7.4
This commit is contained in:
parent
3b583d943e
commit
6d2c381e3e
|
@ -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.3";
|
name = "libssh-0.7.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://red.libssh.org/attachments/download/195/${name}.tar.xz";
|
url = "https://red.libssh.org/attachments/download/210/${name}.tar.xz";
|
||||||
sha256 = "165g49i4kmm3bfsjm0n8hm21kadv79g9yjqyq09138jxanz4dvr6";
|
sha256 = "03bcp9ksqp0s1pmwfmzhcknvkxay5k0mjzzxp3rjlifbng1vxq9r";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in New Issue