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

cemu: 2.0-59 -> 2.0-61
This commit is contained in:
Nick Cao 2023-12-31 09:18:58 -05:00 committed by GitHub
commit 9044be2ec8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,13 +33,13 @@
stdenv.mkDerivation rec {
pname = "cemu";
version = "2.0-59";
version = "2.0-61";
src = fetchFromGitHub {
owner = "cemu-project";
repo = "Cemu";
rev = "v${version}";
hash = "sha256-dw77UkhyJ+XJLYWT6adUuTd+spqNr3/ZOMLaAVWgzmc=";
hash = "sha256-oKVVBie3Q3VtsHbh0wJfdlx1YnF424hib8mFRYnbgXY=";
};
patches = [