Merge pull request #199484 from zhaofengli/cemu-2.0-13

cemu: 2.0-10 -> 2.0-13
This commit is contained in:
Bobby Rong 2022-11-04 19:51:00 +08:00 committed by GitHub
commit 8631cb2e63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,13 +28,13 @@
stdenv.mkDerivation rec {
pname = "cemu";
version = "2.0-10";
version = "2.0-13";
src = fetchFromGitHub {
owner = "cemu-project";
repo = "Cemu";
rev = "v${version}";
hash = "sha256-GJA/lJJqShuHeYirBW1kyVsU44kMpmAn916PSGOnKkY=";
hash = "sha256-0yomEJoXMKZV2PAjINegSvtDB6gbYxQ6XcXA60/ZkEM=";
};
patches = [