Skip to content

Commit f1734ab

Browse files
committed
azmq: pin to boost 1.83
1 parent 4f7686a commit f1734ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/az/azmq/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
lib,
33
stdenv,
44
fetchFromGitHub,
5-
boost,
5+
boost183,
66
cmake,
77
ninja,
88
zeromq,
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
2727
];
2828

2929
buildInputs = [
30-
boost
30+
boost183
3131
catch2
3232
zeromq
3333
];

0 commit comments

Comments
 (0)