13 version = "unstable-2023-03-23";
15 src = fetchFromGitHub {
18 rev = "2c1adac46bced4eb74ed9be7c74563bb113eaacf";
19 hash = "sha256-4o1CHlg9kociIL6QN/kU2cojPvFRhtjFmKIAz0dapUM=";
33 # Broken for some reason on this platform.
34 doCheck = !(stdenv.isAarch64 && stdenv.isLinux);
37 homepage = "https://github.com/zeromq/azmq";
38 license = licenses.boost;
39 description = "C++ language binding library integrating ZeroMQ with Boost Asio";
40 maintainers = with maintainers; [ azahi ];
41 platforms = platforms.unix;