From 0326813598f5fa314ca947f0fff7b33d7945eaaa Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Sat, 20 Jan 2024 18:36:35 -0300 Subject: [PATCH] fceux: 2.6.5 -> 2.6.6 Co-authored-by: Fritz Mahnke --- pkgs/applications/emulators/fceux/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/emulators/fceux/default.nix b/pkgs/applications/emulators/fceux/default.nix index 0a6a23d83204..1f90ede2b67e 100644 --- a/pkgs/applications/emulators/fceux/default.nix +++ b/pkgs/applications/emulators/fceux/default.nix @@ -12,13 +12,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "fceux"; - version = "2.6.5"; + version = "2.6.6"; src = fetchFromGitHub { owner = "TASEmulators"; repo = "fceux"; rev = "v${finalAttrs.version}"; - hash = "sha256-sY7UyslRPeLw8IDDhx0VObNCUTy3k16Xx3aGBJjxNAk="; + hash = "sha256-Wp23oLapMqQtL2DCkm2xX1vodtEr/XNSOErf3nrFRQs="; }; nativeBuildInputs = [