libretro.dolphin: 2020-03-06 -> 2021-11-01

This commit is contained in:
Matt Christ 2021-11-13 09:07:33 -06:00
parent ec27b24452
commit 5c8bb6ac0d

View file

@ -334,10 +334,11 @@ in with lib.licenses;
dolphin = mkLibRetroCore {
core = "dolphin";
version = "2021-11-01";
src = fetchRetro {
repo = "dolphin";
rev = "1fbd59911d1b718c142d6448dee3ede98152e395";
sha256 = "1rymsvs034l1hbxc3w8zi9lhmgka2qaj3jynjy152dccd480nnd4";
rev = "3370f7693be95c23ac779e5172ff52b7eb2861a7";
sha256 = "0ylxi25kbv0h2p24aid7z4i0w6drf7h92q02hjdl3h3gni98lk9i";
};
description = "Port of Dolphin to libretro";
license = gpl2Plus;