Commit 07c81867 authored by Nicolas Benes's avatar Nicolas Benes
Browse files

dolphin-emu-primehack: 1.0.6a -> 1.0.7a, qt5 -> qt6, unpin fmt

parent af17512a
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
, cmake
, wrapQtAppsHook
, qtbase
, qtsvg
, bluez
, ffmpeg
, libao
@@ -48,13 +49,13 @@

stdenv.mkDerivation rec {
  pname = "dolphin-emu-primehack";
  version = "1.0.6a";
  version = "1.0.7a";

  src = fetchFromGitHub {
    owner = "shiiion";
    repo = "dolphin";
    rev = version;
    hash = "sha256-gc4+ofoLKR+cvm+SaWEnGaKrSjWMKq7pF6pEIi75Rtk=";
    hash = "sha256-vuTSXQHnR4HxAGGiPg5tUzfiXROU3+E9kyjH+T6zVmc=";
    fetchSubmodules = true;
  };

@@ -93,6 +94,7 @@ stdenv.mkDerivation rec {
    fmt
    xz
    qtbase
    qtsvg
  ] ++ lib.optionals stdenv.hostPlatform.isLinux [
    bluez
    udev
+1 −2
Original line number Diff line number Diff line
@@ -2672,9 +2672,8 @@ with pkgs;
    inherit (darwin) moltenvk;
  };
  dolphin-emu-primehack = qt5.callPackage ../applications/emulators/dolphin-emu/primehack.nix {
  dolphin-emu-primehack = qt6.callPackage ../applications/emulators/dolphin-emu/primehack.nix {
    inherit (darwin.apple_sdk.frameworks) CoreBluetooth ForceFeedback IOKit OpenGL;
    fmt = fmt_8;
  };
  ### APPLICATIONS/EMULATORS/RETROARCH