about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorZhaofeng Li <hello@zhaofeng.li>2022-11-04 02:15:51 -0600
committerZhaofeng Li <hello@zhaofeng.li>2022-11-04 02:39:04 -0600
commit135d16e72f980a4c65ee2fad31eadcfa8c44cc09 (patch)
tree55996caa000cbfe207482fc6465b8d21bf3d79ee /pkgs/applications
parenta2a777538d971c6b01c6e54af89ddd6567c055e8 (diff)
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 = [