libssh2: 1.5.0 -> 1.6.0
This commit is contained in:
parent
81636c4e60
commit
99dea2b61a
@ -1,11 +1,11 @@
|
|||||||
{stdenv, fetchurlBoot, openssl, zlib}:
|
{stdenv, fetchurlBoot, openssl, zlib}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libssh2-1.5.0";
|
name = "libssh2-1.6.0";
|
||||||
|
|
||||||
src = fetchurlBoot {
|
src = fetchurlBoot {
|
||||||
url = "${meta.homepage}/download/${name}.tar.gz";
|
url = "${meta.homepage}/download/${name}.tar.gz";
|
||||||
sha256 = "1z6hfgak00yz0azx6lk6n688mywhdxx03j6sdf95p3w6ssnnn6c3";
|
sha256 = "05c2is69c50lyikkh29nk6zhghjk4i7hjx0zqfhq47aald1jj82s";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl zlib ];
|
buildInputs = [ openssl zlib ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user