cemu: 2.0-66 -> 2.0-68

This commit is contained in:
R. Ryantm 2024-03-10 07:10:45 +00:00
parent aea1b82709
commit 12abcfd66a

View File

@ -46,13 +46,13 @@ let
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "cemu"; pname = "cemu";
version = "2.0-66"; version = "2.0-68";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cemu-project"; owner = "cemu-project";
repo = "Cemu"; repo = "Cemu";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-1s1H2rJuN9lRNanKXxKWMLBOFg5z3IwpJCZCmymAH9Y="; hash = "sha256-/c0rpj4s3aNJVH+AlU9R4t321OqTvJHfZQCfyzYB4m8=";
}; };
patches = [ patches = [