lol

Merge pull request #155404 from sbruder/update-fceux

fceux: 2.6.0 -> 2.6.1

authored by

Bobby Rong and committed by
GitHub
502f4b53 f567ad8c

+2 -2
+2 -2
pkgs/misc/emulators/fceux/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "fceux"; 5 - version = "2.6.0"; 5 + version = "2.6.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "TASEmulators"; 9 9 repo = pname; 10 10 rev = "${pname}-${version}"; 11 - sha256 = "sha256-FNcybq0EFN0tWgWxzwEJQMpsnpvdRxDYnIWDXW2fXkw="; 11 + sha256 = "sha256-LlGM6sOjcpyHApUvSr5etKIqwDoheuiW53DSHs19W6Q="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];