fceux: 2.6.5 -> 2.6.6

Co-authored-by: Fritz Mahnke <fritz@mahnke.tech>
This commit is contained in:
Anderson Torres
2024-01-30 07:21:18 -03:00
co-authored by Fritz Mahnke
parent 2fd4f1f457
commit 0326813598
@@ -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 = [