cpp-netlib: 0.11.0 -> 0.11.2
And maintain.
This commit is contained in:
@@ -1,15 +1,15 @@
|
|||||||
{ stdenv, fetchurl, cmake, boost, openssl }:
|
{ stdenv, fetchurl, cmake, boost, openssl }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.11.0";
|
version = "0.11.2";
|
||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "cpp-netlib-${version}";
|
name = "cpp-netlib-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://commondatastorage.googleapis.com/cpp-netlib-downloads/${version}/${name}.tar.bz2";
|
url = "http://downloads.cpp-netlib.org/${version}/${name}-final.tar.bz2";
|
||||||
md5 = "0765cf203f451394df98e6ddf7bf2541";
|
sha256 = "0vwnp1jpvsdjaz7f7w55p7gw6hj7694nklmljcvphvkrhbw1g1q5";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake boost openssl ];
|
buildInputs = [ cmake boost openssl ];
|
||||||
@@ -19,9 +19,11 @@ stdenv.mkDerivation rec {
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
inherit version;
|
||||||
description = "A collection of open-source libraries for high level network programming";
|
description = "A collection of open-source libraries for high level network programming";
|
||||||
homepage = http://cpp-netlib.org;
|
homepage = http://cpp-netlib.org;
|
||||||
license = licenses.boost;
|
license = licenses.boost;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
maintainers = with maintainers; [ nckx ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user