From 135d16e72f980a4c65ee2fad31eadcfa8c44cc09 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Fri, 4 Nov 2022 02:15:51 -0600 Subject: cemu: 2.0-10 -> 2.0-13 --- pkgs/applications/emulators/cemu/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/emulators/cemu/default.nix b/pkgs/applications/emulators/cemu/default.nix index 8ab669afee007..2e7b99f4c607a 100644 --- a/pkgs/applications/emulators/cemu/default.nix +++ b/pkgs/applications/emulators/cemu/default.nix @@ -28,13 +28,13 @@ stdenv.mkDerivation rec { pname = "cemu"; - version = "2.0-10"; + version = "2.0-13"; src = fetchFromGitHub { owner = "cemu-project"; repo = "Cemu"; rev = "v${version}"; - hash = "sha256-GJA/lJJqShuHeYirBW1kyVsU44kMpmAn916PSGOnKkY="; + hash = "sha256-0yomEJoXMKZV2PAjINegSvtDB6gbYxQ6XcXA60/ZkEM="; }; patches = [ -- cgit 1.4.1