about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-04-24 10:18:58 +0800
committerGitHub <noreply@github.com>2023-04-24 10:18:58 +0800
commitb49770a1dd4b4e0189cebd9f80427fb2446ff41c (patch)
tree3a1a0eaa531599391d066a6fcbb208390b4e2a85 /pkgs/applications/emulators
parent0d0b5660f872d417bd30cc3445cc413c9a2cffb7 (diff)
parent839070670e7a32d2785ca590a4a4bd28ec183918 (diff)
Merge pull request #226430 from lasers/cen64
cen64: unstable-2021-03-12 -> unstable-2022-10-02
Diffstat (limited to 'pkgs/applications/emulators')
-rw-r--r--pkgs/applications/emulators/cen64/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/emulators/cen64/default.nix b/pkgs/applications/emulators/cen64/default.nix
index ddf455473378b..bd7c84402cfd6 100644
--- a/pkgs/applications/emulators/cen64/default.nix
+++ b/pkgs/applications/emulators/cen64/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "cen64";
-  version = "unstable-2021-03-12";
+  version = "unstable-2022-10-02";
 
   src = fetchFromGitHub {
     owner = "n64dev";
     repo = "cen64";
-    rev = "1b31ca9b3c3bb783391ab9773bd26c50db2056a8";
-    sha256 = "0x1fz3z4ffl5xssiyxnmbhpjlf0k0fxsqn4f2ikrn17742dx4c0z";
+    rev = "ee6db7d803a77b474e73992fdc25d76b9723d806";
+    sha256 = "sha256-/CraSu/leNA0dl8NVgFjvKdOWrC9/namAz5NSxtPr+I=";
   };
 
   nativeBuildInputs = [ cmake ];