about summary refs log tree commit diff
diff options
context:
space:
mode:
authorlasers <lasers@users.noreply.github.com>2023-06-25 01:04:59 -0500
committerlasers <lasers@users.noreply.github.com>2023-07-10 00:23:24 -0500
commitce56202750e32fcc69fc86dab32413e6f6485c62 (patch)
treeafc66031a624be6bb535be6755ca93e68a44afa9
parent29f96cc801de8e2efd80f76ca80a389f548d3595 (diff)
cemu: 2.0-39 -> 2.0-44
-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 493b1dcb1badf..7e28602bd4fbc 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-39";
+  version = "2.0-44";
 
   src = fetchFromGitHub {
     owner = "cemu-project";
     repo = "Cemu";
     rev = "v${version}";
-    hash = "sha256-+2V78G4SDFb6ZQDDorvT13yqnZw2JAObF+WGYMMGYHE=";
+    hash = "sha256-tvdQZ8FOoB2/+JBA41dpZYJnkBxQMX8ZfBQJ7B6NjYk=";
   };
 
   patches = [