about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-05 18:21:04 +0000
committerWinter <winter@winter.cafe>2023-02-16 21:55:25 -0500
commit4f9a955c5adbe39aa265d1e2a7e31539a9e8024a (patch)
treeeb093397d9fdc5e48e9d7cae1602ad2a47fd68a2
parent1f9748835ce2b81a8ee14e5caa7c0cca062d9619 (diff)
cemu: 2.0-22 -> 2.0-26
-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 f8e585501289a..91f6cb0de1a60 100644
--- a/pkgs/applications/emulators/cemu/default.nix
+++ b/pkgs/applications/emulators/cemu/default.nix
@@ -31,13 +31,13 @@
 
 stdenv.mkDerivation rec {
   pname = "cemu";
-  version = "2.0-22";
+  version = "2.0-26";
 
   src = fetchFromGitHub {
     owner = "cemu-project";
     repo = "Cemu";
     rev = "v${version}";
-    hash = "sha256-ZQfJHQnT5mV6GC3dO6QV1fGsnyZMYqXiVdBSsimL5yU=";
+    hash = "sha256-+y+PJE2biRvuxIwrFVMjmkZyD8/zhHVMw6vzNKlsOZE=";
   };
 
   patches = [