about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-04-22 12:57:21 +0200
committerGitHub <noreply@github.com>2024-04-22 12:57:21 +0200
commit91d07442f61001b7044bc5e07baa80b088e6a1ee (patch)
tree0b71960330d5736aa43cebe6434fe7057f090774 /pkgs/applications
parent8e54038847aa80ee2b1ffa9e313b0ab918f1903c (diff)
parente5b83af91b97f669b5b1d36b04d2ebbe88fb2140 (diff)
Merge pull request #305669 from r-ryantm/auto-update/cemu
cemu: 2.0-78 -> 2.0-79
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 26230f8d72a70..a51982a19cd4c 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-78";
+  version = "2.0-79";
 
   src = fetchFromGitHub {
     owner = "cemu-project";
     repo = "Cemu";
     rev = "v${version}";
-    hash = "sha256-ivdqO44+8sDgOshUDFc+4eTgzcEDSiPPIawyktYpob4=";
+    hash = "sha256-vSZLiRzOOJJMgycjI5xpgJcUAj5WCz241mAABgNuECw=";
   };
 
   patches = [