summary refs log tree commit diff
diff options
context:
space:
mode:
authorKonrad Borowski <konrad@borowski.pw>2022-02-08 21:14:19 +0100
committerKonrad Borowski <konrad@borowski.pw>2022-02-08 21:14:19 +0100
commitbae00be602d6817cafbdd0fe6fbfc6af51d863e4 (patch)
tree39b6391d59ad75f533458e6395c68d97a6c7f62c
parentdc9a5b5985cfb6fad69eb1b88730473111fa1fc9 (diff)
downloadnixpkgs-bae00be602d6817cafbdd0fe6fbfc6af51d863e4.tar
nixpkgs-bae00be602d6817cafbdd0fe6fbfc6af51d863e4.tar.gz
nixpkgs-bae00be602d6817cafbdd0fe6fbfc6af51d863e4.tar.bz2
nixpkgs-bae00be602d6817cafbdd0fe6fbfc6af51d863e4.tar.lz
nixpkgs-bae00be602d6817cafbdd0fe6fbfc6af51d863e4.tar.xz
nixpkgs-bae00be602d6817cafbdd0fe6fbfc6af51d863e4.tar.zst
nixpkgs-bae00be602d6817cafbdd0fe6fbfc6af51d863e4.zip
dolphinEmuMaster: 5.0-15445 -> 5.0-15993
-rw-r--r--pkgs/misc/emulators/dolphin-emu/master.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/misc/emulators/dolphin-emu/master.nix b/pkgs/misc/emulators/dolphin-emu/master.nix
index 1afa9761171..56e107300b5 100644
--- a/pkgs/misc/emulators/dolphin-emu/master.nix
+++ b/pkgs/misc/emulators/dolphin-emu/master.nix
@@ -10,13 +10,13 @@
 
 stdenv.mkDerivation rec {
   pname = "dolphin-emu";
-  version = "5.0-15445";
+  version = "5.0-15993";
 
   src = fetchFromGitHub {
     owner = "dolphin-emu";
     repo = "dolphin";
-    rev = "db02b50d2ecdfbbc21e19aadc57253c353069f77";
-    sha256 = "l2vbTZOcjfyZjKOI3n5ig2f7cDYR22GcqKS479LMtP8=";
+    rev = "5e595616379a694789fe749e40a27ef069f0090e";
+    sha256 = "1kid8qjn8r7dxh2yc1y6yal6qkfxij0ymi3zryxsnym3rjh1jds9";
     fetchSubmodules = true;
   };
 
@@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
     homepage = "https://dolphin-emu.org";
     description = "Gamecube/Wii/Triforce emulator for x86_64 and ARMv8";
     license = licenses.gpl2Plus;
-    maintainers = with maintainers; [ MP2E ashkitten ];
+    maintainers = with maintainers; [ MP2E ashkitten xfix ];
     branch = "master";
     # x86_32 is an unsupported platform.
     # Enable generic build if you really want a JIT-less binary.