From 94d38b8321805c569be447573004205a93b942ac Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Mon, 23 May 2022 19:56:22 +0200 Subject: [PATCH] dolphin-emu-beta: 5.0-16101 -> 5.0-16380 --- pkgs/applications/emulators/dolphin-emu/master.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/dolphin-emu/master.nix b/pkgs/applications/emulators/dolphin-emu/master.nix index 8780975a84ad..6fbdb36ff4f9 100644 --- a/pkgs/applications/emulators/dolphin-emu/master.nix +++ b/pkgs/applications/emulators/dolphin-emu/master.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "dolphin-emu"; - version = "5.0-16101"; + version = "5.0-16380"; src = fetchFromGitHub { owner = "dolphin-emu"; repo = "dolphin"; - rev = "8ecfa537a242de74d2e372e30d9d79b14584b2fb"; - sha256 = "3jLGVzTDzEtHWvIb9DFTbJiA9dE9Pm14vYER998Zln0="; + rev = "8335ec70e5fe253eb21509408ca6b5736ed57dfc"; + sha256 = "sha256-WRQ3WfMTlIPoYrEFWLHL9KSfhzQl24AlkbWjh3a4fPE="; fetchSubmodules = true; };