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

cemu: 2.0-61 -> 2.0-65
This commit is contained in:
maxine 2024-01-22 18:23:11 +01:00 committed by GitHub
commit e86007813d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,13 +33,13 @@
stdenv.mkDerivation rec {
pname = "cemu";
version = "2.0-61";
version = "2.0-65";
src = fetchFromGitHub {
owner = "cemu-project";
repo = "Cemu";
rev = "v${version}";
hash = "sha256-oKVVBie3Q3VtsHbh0wJfdlx1YnF424hib8mFRYnbgXY=";
hash = "sha256-jsDmxol3zZMmpo4whDeUXTzfO+QVK/h6lItXTyJyoak=";
};
patches = [