Unverified Commit 24943fa7 authored by Naxdy's avatar Naxdy
Browse files

neothesia: pin ffmpeg to `ffmpeg_7`

fixes a build issue caused by bumping to ffmpeg 8.0
parent 26750d9e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  rustPlatform,
  fetchFromGitHub,
  lib,
  ffmpeg,
  ffmpeg_7,
  pkg-config,
  alsa-lib,
  wayland,
@@ -27,7 +27,7 @@ rustPlatform.buildRustPackage {
  inherit src version;

  buildInputs = [
    ffmpeg
    ffmpeg_7
    alsa-lib
  ];