Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
cppzmq: 4.2.3 -> 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abbradar committed Jun 3, 2019
1 parent fbda7ca commit 7ec20f9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pkgs/development/libraries/cppzmq/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,24 @@

stdenv.mkDerivation rec {
name = "cppzmq-${version}";
version = "4.2.3";
version = "4.3.0";

src = fetchFromGitHub {
owner = "zeromq";
repo = "cppzmq";
rev = "v${version}";
sha256 = "1yjs25ra5s8zs0rhk50w3f1rrrl80hhq784lwdhh1m3risk740sa";
sha256 = "1g45cdny1m08zw4l261bqcqfdb825mnwjwqcf35bkyc03fr4213l";
};

nativeBuildInputs = [ cmake ];
buildInputs = [ zeromq ];

cmakeFlags = [
# Tests try to download googletest at compile time; there is no option
# to use a system one and no simple way to download it beforehand.
"-DCPPZMQ_BUILD_TESTS=OFF"
];

meta = with stdenv.lib; {
homepage = https://github.com/zeromq/cppzmq;
license = licenses.bsd2;
Expand Down

0 comments on commit 7ec20f9

Please sign in to comment.