nestopia-ue: 1.53.1 -> 1.53.2 (#432407)

This commit is contained in:
Wolfgang Walther
2025-08-14 14:11:45 +00:00
committed by GitHub
+2 -2
View File
@@ -22,13 +22,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nestopia";
version = "1.53.1";
version = "1.53.2";
src = fetchFromGitHub {
owner = "0ldsk00l";
repo = "nestopia";
rev = finalAttrs.version;
hash = "sha256-6r6o/2GDp1Rcp+OWaQVgIQGC6NAxtmx4lxDWWpwv8aQ=";
hash = "sha256-sKemwbmEr637KL951wsmDxLFDvWh+0K+exdDd0+Iq1c=";
};
buildInputs = [