about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-21 00:11:00 +0200
committerGitHub <noreply@github.com>2024-04-21 00:11:00 +0200
commitdef45b2899b3fd8c6a367a9c3dab1ee2e56f53a3 (patch)
tree3229650105d174a1c34c0b4dcaac9f4a7ebfd455 /pkgs/applications/emulators
parent04d037922a1da647ef5e5f258d3c58bb89bb14f9 (diff)
parent9ea353aa8d6fb8065c8843063329293a58f7388c (diff)
Merge pull request #304005 from r-ryantm/auto-update/cemu
cemu: 2.0-74 -> 2.0-78
Diffstat (limited to 'pkgs/applications/emulators')
-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 2b3f5e28a8cf8..26230f8d72a70 100644
--- a/pkgs/applications/emulators/cemu/default.nix
+++ b/pkgs/applications/emulators/cemu/default.nix
@@ -46,13 +46,13 @@ let
 
 in stdenv.mkDerivation rec {
   pname = "cemu";
-  version = "2.0-74";
+  version = "2.0-78";
 
   src = fetchFromGitHub {
     owner = "cemu-project";
     repo = "Cemu";
     rev = "v${version}";
-    hash = "sha256-taV2HEKRUQ7k5BpgA3nwVzX8qkTN02O9kqswjdCHod0=";
+    hash = "sha256-ivdqO44+8sDgOshUDFc+4eTgzcEDSiPPIawyktYpob4=";
   };
 
   patches = [