about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-11-04 19:51:00 +0800
committerGitHub <noreply@github.com>2022-11-04 19:51:00 +0800
commit8631cb2e63079111980821aa7694b7c50a2f3493 (patch)
tree9e3bb7b552af3e9835536357bf8a891cb67b0480 /pkgs/applications
parent937d384113f12443a8675729b229964fdf400487 (diff)
parent135d16e72f980a4c65ee2fad31eadcfa8c44cc09 (diff)
Merge pull request #199484 from zhaofengli/cemu-2.0-13
cemu: 2.0-10 -> 2.0-13
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/emulators/cemu/default.nix4
1 files changed, 2 insertions, 2 deletions
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 = [