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

cemu: 2.0-79 -> 2.0-80
This commit is contained in:
Nick Cao 2024-05-03 10:35:03 -04:00 committed by GitHub
commit bb80a12f1f
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-79";
version = "2.0-80";
src = fetchFromGitHub {
owner = "cemu-project";
repo = "Cemu";
rev = "v${version}";
hash = "sha256-vSZLiRzOOJJMgycjI5xpgJcUAj5WCz241mAABgNuECw=";
hash = "sha256-uNGRiotitt+fWpJFCno04XiCSD1p38QEqw042Bq/IGc=";
};
patches = [