azmq: pin to boost 1.83

This commit is contained in:
Marcin Serwin 2025-05-01 00:36:54 +02:00
parent 4f7686acce
commit f1734abc89
No known key found for this signature in database
GPG key ID: DACFAC4EA0B194E0

View file

@ -2,7 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
boost,
boost183,
cmake,
ninja,
zeromq,
@ -27,7 +27,7 @@ stdenv.mkDerivation {
];
buildInputs = [
boost
boost183
catch2
zeromq
];