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