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.
This commit is contained in:
Simon Bruder 2022-01-15 10:17:02 +01:00
parent b47203b28f
commit 9b394d9dbf
No known key found for this signature in database
GPG key ID: 8D3C82F9F309F8EC

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