fceux: 2.6.1 -> 2.6.2

This commit is contained in:
R. Ryantm 2022-02-11 15:05:44 +00:00
parent ec7d9d4c18
commit f7dd21ce32

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fceux";
version = "2.6.1";
version = "2.6.2";
src = fetchFromGitHub {
owner = "TASEmulators";
repo = pname;
rev = "${pname}-${version}";
sha256 = "sha256-LlGM6sOjcpyHApUvSr5etKIqwDoheuiW53DSHs19W6Q=";
sha256 = "sha256-yQX58m/sMW/8Jr5cm2SrVXTiF7qyZOgOZg1v0qEyiLw=";
};
nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];