cemu: 2.0-73 -> 2.0-74

This commit is contained in:
R. Ryantm 2024-04-04 07:41:59 +00:00
parent e52ada4e6b
commit bc576f9c0e
1 changed files with 2 additions and 2 deletions

View File

@ -46,13 +46,13 @@ let
in stdenv.mkDerivation rec {
pname = "cemu";
version = "2.0-73";
version = "2.0-74";
src = fetchFromGitHub {
owner = "cemu-project";
repo = "Cemu";
rev = "v${version}";
hash = "sha256-uiAga19DTFMq4/7ndOafkY/QvSJhWDSMMg8RV+KxN+E=";
hash = "sha256-taV2HEKRUQ7k5BpgA3nwVzX8qkTN02O9kqswjdCHod0=";
};
patches = [