Merge pull request #159260 from r-ryantm/auto-update/fceux

fceux: 2.6.1 -> 2.6.2
This commit is contained in:
Bobby Rong
2022-02-12 10:16:08 +08:00
committed by GitHub
+2 -2
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 ];