about summary refs log tree commit diff
path: root/pkgs/misc/emulators/dolphin-emu
diff options
context:
space:
mode:
authorOkina Matara <okinan@chiru.no>2018-07-24 21:31:16 -0500
committerCray Elliott <MP2E@archlinux.us>2018-07-30 09:42:53 -0700
commit21e5d59f9cf54e3d779c267b4e67a69b2d2e28db (patch)
tree14f18e636a4eaa6de560e1034a8ebab51123fa67 /pkgs/misc/emulators/dolphin-emu
parent25fd46d10263db7a90fe0c5b4a000fdbfc916d0d (diff)
downloadnixlib-21e5d59f9cf54e3d779c267b4e67a69b2d2e28db.tar
nixlib-21e5d59f9cf54e3d779c267b4e67a69b2d2e28db.tar.gz
nixlib-21e5d59f9cf54e3d779c267b4e67a69b2d2e28db.tar.bz2
nixlib-21e5d59f9cf54e3d779c267b4e67a69b2d2e28db.tar.lz
nixlib-21e5d59f9cf54e3d779c267b4e67a69b2d2e28db.tar.xz
nixlib-21e5d59f9cf54e3d779c267b4e67a69b2d2e28db.tar.zst
nixlib-21e5d59f9cf54e3d779c267b4e67a69b2d2e28db.zip
dolphinEmuMaster: 2018-07-02 -> 2018-07-22
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 bc872bb5faa7..5533fd699bbf 100644
--- a/pkgs/misc/emulators/dolphin-emu/master.nix
+++ b/pkgs/misc/emulators/dolphin-emu/master.nix
@@ -20,13 +20,13 @@ let
   };
 in stdenv.mkDerivation rec {
   name = "dolphin-emu-${version}";
-  version = "2018-07-02";
+  version = "2018-07-22";
 
   src = fetchFromGitHub {
     owner = "dolphin-emu";
     repo = "dolphin";
-    rev = "87c5d00e2085090e51c1d44e4fd271437123c722";
-    sha256 = "04f0my5k1vrj3pcg07m6wy4in4cs95db8367bp7zkraparmj1mjk";
+    rev = "7c2d2548a88abf9a5fa0bff52e00c57d093a9e19";
+    sha256 = "0x9h8s6fa04vcdwaqgrd5jpbgadgpkj3m4g2w1mp97libvr7hpy4";
   };
 
   enableParallelBuilding = true;