azmq: pin to boost 1.83

This commit is contained in:
Marcin Serwin
2025-05-03 20:25:11 +02:00
parent 4f7686acce
commit f1734abc89
+2 -2
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
];