From 9b394d9dbff1223393052b3b7f789a64f0a6d9d4 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 15 Jan 2022 10:17:02 +0100 Subject: [PATCH] fceux: 2.5.0 -> 2.6.0 This also changes the owner of the GitHub repository, because the repository has moved to a different organisation. The old GitHub page redirects to the new location. --- pkgs/misc/emulators/fceux/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/misc/emulators/fceux/default.nix b/pkgs/misc/emulators/fceux/default.nix index 73426401eca9..c2ff8ebdadaa 100644 --- a/pkgs/misc/emulators/fceux/default.nix +++ b/pkgs/misc/emulators/fceux/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "fceux"; - version = "2.5.0"; + version = "2.6.0"; src = fetchFromGitHub { - owner = "TASVideos"; + owner = "TASEmulators"; repo = pname; rev = "${pname}-${version}"; - sha256 = "sha256-k9GkG+HLscSv9Ar58gdj4+WvXRchGqeDcvgiKyxEMHs="; + sha256 = "sha256-FNcybq0EFN0tWgWxzwEJQMpsnpvdRxDYnIWDXW2fXkw="; }; nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];