Merge pull request #299247 from r-ryantm/auto-update/cemu

cemu: 2.0-72 -> 2.0-73
This commit is contained in:
Nick Cao 2024-03-28 09:47:12 -04:00 committed by GitHub
commit af283a6e43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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-72";
version = "2.0-73";
src = fetchFromGitHub {
owner = "cemu-project";
repo = "Cemu";
rev = "v${version}";
hash = "sha256-4sy2pI+pOJ69JntfktrcXd00yL3fkQI14K02j0l4cuI=";
hash = "sha256-uiAga19DTFMq4/7ndOafkY/QvSJhWDSMMg8RV+KxN+E=";
};
patches = [