about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-04-09 09:53:51 +0200
committerGitHub <noreply@github.com>2024-04-09 09:53:51 +0200
commitca601202dc0386cb1b2c5df4f70675fc2f2cfe43 (patch)
tree6ca4baca454ce3c8353b865e5975824001627811
parent32057e38738164591b8b0b0f181e1de8a1b83ad5 (diff)
parentbc576f9c0ebd397225ac312ab7f16856589a6c76 (diff)
Merge pull request #301470 from r-ryantm/auto-update/cemu
cemu: 2.0-73 -> 2.0-74
-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 51454ea7ab164..2b3f5e28a8cf8 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-73";
+  version = "2.0-74";
 
   src = fetchFromGitHub {
     owner = "cemu-project";
     repo = "Cemu";
     rev = "v${version}";
-    hash = "sha256-uiAga19DTFMq4/7ndOafkY/QvSJhWDSMMg8RV+KxN+E=";
+    hash = "sha256-taV2HEKRUQ7k5BpgA3nwVzX8qkTN02O9kqswjdCHod0=";
   };
 
   patches = [