nestopia-ue: 1.52.0 -> 1.52.1

This commit is contained in:
R. Ryantm 2024-03-30 02:30:27 +00:00
parent cd75d22750
commit c16b28422d

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nestopia";
version = "1.52.0";
version = "1.52.1";
src = fetchFromGitHub {
owner = "0ldsk00l";
repo = "nestopia";
rev = finalAttrs.version;
hash = "sha256-kd5hZ88fCLL8ysGMj7HsrSA7eCI5SL2xxiRXJiZqBZ8=";
hash = "sha256-r8Z0Ejf5vWcdvxkUkUKJtipQIRoiwoRj0Bx06Gnxd08=";
};
buildInputs = [