about summary refs log tree commit diff
path: root/pkgs/applications/emulators/cemu
diff options
context:
space:
mode:
authorFlorian Franzen <Florian.Franzen@gmail.com>2023-11-05 23:34:28 +0100
committerFlorian Franzen <Florian.Franzen@gmail.com>2023-11-07 18:05:43 +0100
commit27bc4c66e297b5a7bf2f010ffdddd9810dac30e9 (patch)
tree94899c1fd5908031b36284e5205d709f2a82d10c /pkgs/applications/emulators/cemu
parentd87836b33e5fcdf0b4f5a0d5c623d4a72ebf366d (diff)
cemu: 2.0-47 -> 2.0-59
Diffstat (limited to 'pkgs/applications/emulators/cemu')
-rw-r--r--pkgs/applications/emulators/cemu/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/cemu/default.nix b/pkgs/applications/emulators/cemu/default.nix
index 3858ddf55b0dc..98ac7c66dfe6d 100644
--- a/pkgs/applications/emulators/cemu/default.nix
+++ b/pkgs/applications/emulators/cemu/default.nix
@@ -16,6 +16,7 @@
 , hidapi
 , imgui
 , libpng
+, libusb1
 , libzip
 , libXrender
 , pugixml
@@ -32,13 +33,13 @@
 
 stdenv.mkDerivation rec {
   pname = "cemu";
-  version = "2.0-47";
+  version = "2.0-59";
 
   src = fetchFromGitHub {
     owner = "cemu-project";
     repo = "Cemu";
     rev = "v${version}";
-    hash = "sha256-0N/bJJHWMHF+ZlVxNHV8t/1jFr3ER3GNF8CPAHVSsak=";
+    hash = "sha256-dw77UkhyJ+XJLYWT6adUuTd+spqNr3/ZOMLaAVWgzmc=";
   };
 
   patches = [
@@ -68,6 +69,7 @@ stdenv.mkDerivation rec {
     hidapi
     imgui
     libpng
+    libusb1
     libzip
     libXrender
     pugixml