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

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