Skip to content

Commit

Permalink
dolphin-emu: 5.0-19870 -> 5.0-20347
Browse files Browse the repository at this point in the history
  • Loading branch information
qubitnano committed Jan 7, 2024
1 parent 255ec95 commit 7d8120a
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions pkgs/applications/emulators/dolphin-emu/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, cmake
, pkg-config
, wrapQtAppsHook
Expand All @@ -12,7 +11,7 @@
, curl
, enet
, ffmpeg
, fmt_8
, fmt_10
, gtest
, hidapi
, libevdev
Expand All @@ -24,6 +23,7 @@
, libXdmcp
, libXext
, libXrandr
, lz4
, lzo
, mbedtls_2
, miniupnpc
Expand Down Expand Up @@ -57,21 +57,17 @@

stdenv.mkDerivation rec {
pname = "dolphin-emu";
version = "5.0-19870";
version = "5.0-20347";

src = fetchFromGitHub {
owner = "dolphin-emu";
repo = "dolphin";
rev = "032c77b462a220016f23c5079e71bb23e0ad2adf";
sha256 = "sha256-TgRattksYsMGcbfu4T5mCFO9BkkHRX0NswFxGwZWjEw=";
rev = "dc0814ae4622313d513468bdc377ee9c031de199";
hash = "sha256-s3mGwXkgdoLLfPEUVyjaqXb+a5KPKC3dhHIyKC2BF1w=";
fetchSubmodules = true;
};

patches = [
(fetchpatch {
url = "https://github.com/dolphin-emu/dolphin/commit/c43c9101c07376297abbbbc40ef9a1965a1681cd.diff";
sha256 = "sha256-yHlyG86ta76YKrJsyefvFh521dNbQOqiPOpRUVxKuZM=";
})
# Remove when merged https://github.com/dolphin-emu/dolphin/pull/12070
./find-minizip-ng.patch
];
Expand Down Expand Up @@ -99,14 +95,15 @@ stdenv.mkDerivation rec {
curl
enet
ffmpeg
fmt_8
fmt_10
gtest
hidapi
libiconv
libpulseaudio
libspng
libusb1
libXdmcp
lz4
lzo
mbedtls_2
miniupnpc
Expand Down

0 comments on commit 7d8120a

Please sign in to comment.