cemu: 2.0-59 -> 2.0-61

This commit is contained in:
R. Ryantm 2023-12-11 16:01:20 +00:00
parent 306b3a15bc
commit ef92ea831e

View file

@ -33,13 +33,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "cemu"; pname = "cemu";
version = "2.0-59"; version = "2.0-61";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cemu-project"; owner = "cemu-project";
repo = "Cemu"; repo = "Cemu";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-dw77UkhyJ+XJLYWT6adUuTd+spqNr3/ZOMLaAVWgzmc="; hash = "sha256-oKVVBie3Q3VtsHbh0wJfdlx1YnF424hib8mFRYnbgXY=";
}; };
patches = [ patches = [