about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authormaxine <35892750+amaxine@users.noreply.github.com>2024-01-22 18:23:11 +0100
committerGitHub <noreply@github.com>2024-01-22 18:23:11 +0100
commite86007813d0a1558691b2f25ea7eadf1733e15eb (patch)
tree014be2d2c2c1d2f438abc04ec3b1c104a2bd5104 /pkgs/applications
parent4a7a8c15a46ce9afca24b4a5572441d0e7a4cbe2 (diff)
parent6852c70d137a9663077438dc43798a223cdf421c (diff)
Merge pull request #282366 from r-ryantm/auto-update/cemu
cemu: 2.0-61 -> 2.0-65
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 7bc25ab058ab8..c6ae93b980548 100644
--- a/pkgs/applications/emulators/cemu/default.nix
+++ b/pkgs/applications/emulators/cemu/default.nix
@@ -33,13 +33,13 @@
 
 stdenv.mkDerivation rec {
   pname = "cemu";
-  version = "2.0-61";
+  version = "2.0-65";
 
   src = fetchFromGitHub {
     owner = "cemu-project";
     repo = "Cemu";
     rev = "v${version}";
-    hash = "sha256-oKVVBie3Q3VtsHbh0wJfdlx1YnF424hib8mFRYnbgXY=";
+    hash = "sha256-jsDmxol3zZMmpo4whDeUXTzfO+QVK/h6lItXTyJyoak=";
   };
 
   patches = [