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

cemu: 2.0-66 -> 2.0-68
This commit is contained in:
Nick Cao 2024-03-10 10:36:58 -04:00 committed by GitHub
commit 244bd73c37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,13 +46,13 @@ let
in stdenv.mkDerivation rec {
pname = "cemu";
version = "2.0-66";
version = "2.0-68";
src = fetchFromGitHub {
owner = "cemu-project";
repo = "Cemu";
rev = "v${version}";
hash = "sha256-1s1H2rJuN9lRNanKXxKWMLBOFg5z3IwpJCZCmymAH9Y=";
hash = "sha256-/c0rpj4s3aNJVH+AlU9R4t321OqTvJHfZQCfyzYB4m8=";
};
patches = [