about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorlasers <lasers@users.noreply.github.com>2023-04-11 13:07:06 -0500
committerlasers <lasers@users.noreply.github.com>2023-04-11 13:07:06 -0500
commit9be01f0b57126bdc793e8872229e1d959ca1e22f (patch)
tree86d6d0120dd89efb3fab7bb4eaf11d85bf40cd88 /pkgs/applications/emulators
parent7e8b87566a0657ed8c70c5aed0582721229684d1 (diff)
cemu: 2.0-28 -> 2.0-32
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 45257fbf75450..3d034f7c7362d 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-28";
+  version = "2.0-32";
 
   src = fetchFromGitHub {
     owner = "cemu-project";
     repo = "Cemu";
     rev = "v${version}";
-    hash = "sha256-qKrj3XPtFVy0/KH18D0oCeVUQQmIdkYJYrCKD82c/+s=";
+    hash = "sha256-47uCGN1wFVx3ph/q3+BG+pwJ7nisbmRPUEatOIq0i9M=";
   };
 
   patches = [