cemu: 2.0-79 -> 2.0-80

This commit is contained in:
R. Ryantm 2024-05-03 03:51:17 +00:00
parent d32ecd778d
commit 3b5af28db3

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 = [