libnghttp2_asio: pin boost

This fixes the currently-broken build
This commit is contained in:
Anton Mosich
2025-06-19 16:40:32 +02:00
parent 8988e1af36
commit 839a1dc891
+3 -3
View File
@@ -5,12 +5,12 @@
cmake,
nghttp2,
openssl,
boost,
boost186,
}:
stdenv.mkDerivation {
pname = "libnghttp2_asio";
version = "unstable-2022-08-11";
version = "0-unstable-2022-08-11";
outputs = [
"out"
@@ -30,7 +30,7 @@ stdenv.mkDerivation {
];
buildInputs = [
boost
boost186
nghttp2
openssl
];