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