Merge pull request #155090 from sbruder/update-fceux

fceux: 2.5.0 -> 2.6.0
This commit is contained in:
Bobby Rong 2022-01-16 09:08:23 +08:00 committed by GitHub
commit ca55d9bfba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];