about summary refs log tree commit diff
path: root/pkgs/applications/emulators/cen64/default.nix
diff options
context:
space:
mode:
authorlasers <lasers@users.noreply.github.com>2023-04-16 04:32:44 -0500
committerlasers <lasers@users.noreply.github.com>2023-04-16 04:33:37 -0500
commit839070670e7a32d2785ca590a4a4bd28ec183918 (patch)
tree4137329052a862637ee62523b51e72758a3af187 /pkgs/applications/emulators/cen64/default.nix
parentbb7aafa62c303354c711e230cc7bbc75569426e2 (diff)
cen64: unstable-2021-03-12 -> unstable-2022-10-02
Diffstat (limited to 'pkgs/applications/emulators/cen64/default.nix')
-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 ];