cemu: 2.0-82 -> 2.0-85

This commit is contained in:
R. Ryantm 2024-05-27 20:28:37 +00:00
parent 2e28da99b5
commit 5fd7ecdc8e

View File

@ -46,13 +46,13 @@ let
in stdenv.mkDerivation rec {
pname = "cemu";
version = "2.0-82";
version = "2.0-85";
src = fetchFromGitHub {
owner = "cemu-project";
repo = "Cemu";
rev = "v${version}";
hash = "sha256-rmlkit7ZNUM0ErqoclivfBHolV0tRWyToLmsvoTslbI=";
hash = "sha256-uMVbKJhdHLLKsJnj7YFIG+S5pm7rSZfBSWebhTP01Y8=";
};
patches = [