13 stdenv.mkDerivation (finalAttrs: {
17 src = fetchFromGitHub {
18 owner = "TASEmulators";
20 rev = "fceux-${finalAttrs.version}";
21 hash = "sha256-Q6r/iBlmi0z40+U6OLZCahS0io4IBBGZMP1mJH7szRM=";
38 homepage = "http://www.fceux.com/";
39 description = "A Nintendo Entertainment System (NES) Emulator";
40 license = licenses.gpl2Plus;
41 maintainers = with maintainers; [ sbruder scubed2 ];
42 platforms = platforms.linux;