1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

cppzmq: 4.2.1 -> 4.2.3

Semi-automatic update. These checks were performed:

- built on NixOS
- found 4.2.3 with grep in /nix/store/vxdd7gcb6daclw3qj1qvm3b6mqpkvn1m-cppzmq-4.2.3
- found 4.2.3 in filename of file in /nix/store/vxdd7gcb6daclw3qj1qvm3b6mqpkvn1m-cppzmq-4.2.3
This commit is contained in:
Ryan Mulligan 2018-02-25 17:45:32 -08:00
parent 0fadb81af4
commit 4ca5319fec

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "cppzmq-${version}";
version = "4.2.1";
version = "4.2.3";
src = fetchFromGitHub {
owner = "zeromq";
repo = "cppzmq";
rev = "v${version}";
sha256 = "0hy8yxb22siimq0pf6jq6kdp9lvi5f6al1xd12c9i1jyajhp1lhk";
sha256 = "1yjs25ra5s8zs0rhk50w3f1rrrl80hhq784lwdhh1m3risk740sa";
};
nativeBuildInputs = [ cmake ];