Unverified Commit ebdd8c33 authored by Christian Kögler's avatar Christian Kögler Committed by GitHub
Browse files

vdrPlugins.fritzbox: pin boost to 1.86 (#405701)

parents 1a9286ef 874b1d39
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  vdr,
  fetchFromGitHub,
  graphicsmagick,
  boost,
  boost186,
  libgcrypt,
  ncurses,
  callPackage,
@@ -155,7 +155,7 @@ in

    buildInputs = [
      vdr
      boost
      boost186
      libgcrypt
    ];