about summary refs log tree commit diff
path: root/pkgs/misc/emulators/dolphin-emu
diff options
context:
space:
mode:
authorash lea <ashlea@protonmail.com>2019-08-21 23:55:16 -0700
committerCray Elliott <MP2E@archlinux.us>2019-08-23 02:41:36 -0700
commitfe9e1854cc9ba9431ce0d0bcf04369fcd863883f (patch)
tree2a5d14c4e5f94defde612f4e13732e8dc087075b /pkgs/misc/emulators/dolphin-emu
parent44b0d3ff6b339b17714b7a1bb6cd66cc0c2ac65d (diff)
downloadnixlib-fe9e1854cc9ba9431ce0d0bcf04369fcd863883f.tar
nixlib-fe9e1854cc9ba9431ce0d0bcf04369fcd863883f.tar.gz
nixlib-fe9e1854cc9ba9431ce0d0bcf04369fcd863883f.tar.bz2
nixlib-fe9e1854cc9ba9431ce0d0bcf04369fcd863883f.tar.lz
nixlib-fe9e1854cc9ba9431ce0d0bcf04369fcd863883f.tar.xz
nixlib-fe9e1854cc9ba9431ce0d0bcf04369fcd863883f.tar.zst
nixlib-fe9e1854cc9ba9431ce0d0bcf04369fcd863883f.zip
dolphinEmuMaster: update to latest upstream
Diffstat (limited to 'pkgs/misc/emulators/dolphin-emu')
-rw-r--r--pkgs/misc/emulators/dolphin-emu/master.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/misc/emulators/dolphin-emu/master.nix b/pkgs/misc/emulators/dolphin-emu/master.nix
index fd6bb0bacf48..ab8ec6868cf2 100644
--- a/pkgs/misc/emulators/dolphin-emu/master.nix
+++ b/pkgs/misc/emulators/dolphin-emu/master.nix
@@ -21,13 +21,13 @@ let
   };
 in stdenv.mkDerivation rec {
   name = "dolphin-emu-${version}";
-  version = "5.0-10751";
+  version = "5.0-10879";
 
   src = fetchFromGitHub {
     owner = "dolphin-emu";
     repo = "dolphin";
-    rev = "64c0ff576c6d3ea2ee35e6b6d7ea8c814442d53f";
-    sha256 = "19351j3gys9kgxpdjv1dckaiv74dylcdh1kx0z9qz8llv9s1r0s3";
+    rev = "c7fc9126aaf447a014af4aed195b17aa593dd49b";
+    sha256 = "1pf4mxacxhrkvvh9j49ackm8hahl8x0ligmann1pafsb4lw0xbnj";
   };
 
   enableParallelBuilding = true;