Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

dolphin-emu: 5.0-20347 -> 5.0-21088 #287848

Merged
merged 1 commit into from Feb 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 5 additions & 3 deletions pkgs/applications/emulators/dolphin-emu/default.nix
Expand Up @@ -32,6 +32,7 @@
, pugixml
, qtbase
, qtsvg
, SDL2
, sfml
, udev
, vulkan-loader
Expand All @@ -57,13 +58,13 @@

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

src = fetchFromGitHub {
owner = "dolphin-emu";
repo = "dolphin";
rev = "dc0814ae4622313d513468bdc377ee9c031de199";
hash = "sha256-s3mGwXkgdoLLfPEUVyjaqXb+a5KPKC3dhHIyKC2BF1w=";
rev = "9240f579eab18a2f67eef23846a6b508393d0e6c";
hash = "sha256-lOiDbEQZoi9Bsiyta/w+B1VXNNW4qST2cBZekqo5dDA=";
fetchSubmodules = true;
};

Expand Down Expand Up @@ -112,6 +113,7 @@ stdenv.mkDerivation rec {
pugixml
qtbase
qtsvg
SDL2
sfml
xxHash
xz # LibLZMA
Expand Down