cemu: 2.0-78 -> 2.0-79

This commit is contained in:
R. Ryantm 2024-04-21 04:43:08 +00:00
parent 754a00b38a
commit e5b83af91b
1 changed files with 2 additions and 2 deletions

View File

@ -46,13 +46,13 @@ let
in stdenv.mkDerivation rec {
pname = "cemu";
version = "2.0-78";
version = "2.0-79";
src = fetchFromGitHub {
owner = "cemu-project";
repo = "Cemu";
rev = "v${version}";
hash = "sha256-ivdqO44+8sDgOshUDFc+4eTgzcEDSiPPIawyktYpob4=";
hash = "sha256-vSZLiRzOOJJMgycjI5xpgJcUAj5WCz241mAABgNuECw=";
};
patches = [