Commit f23cd25c authored by aleksana's avatar aleksana
Browse files

pc-ble-driver: pin to asio_1_32_0

parent 9f5a65aa
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  fetchFromGitHub,
  cmake,
  git,
  asio,
  asio_1_32_0,
  catch2,
  spdlog,
  udev,
@@ -47,7 +47,8 @@ stdenv.mkDerivation rec {
    git
  ];
  buildInputs = [
    asio
    # Depends on io_service
    asio_1_32_0
    catch2
    spdlog
  ];