fceux: 2.6.5 -> 2.6.6

Co-authored-by: Fritz Mahnke <fritz@mahnke.tech>
This commit is contained in:
Anderson Torres 2024-01-20 18:36:35 -03:00
parent 2fd4f1f457
commit 0326813598

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fceux";
version = "2.6.5";
version = "2.6.6";
src = fetchFromGitHub {
owner = "TASEmulators";
repo = "fceux";
rev = "v${finalAttrs.version}";
hash = "sha256-sY7UyslRPeLw8IDDhx0VObNCUTy3k16Xx3aGBJjxNAk=";
hash = "sha256-Wp23oLapMqQtL2DCkm2xX1vodtEr/XNSOErf3nrFRQs=";
};
nativeBuildInputs = [