snes9x-gtk: 1.62.1 -> 1.62.3

This commit is contained in:
R. Ryantm 2023-04-05 14:51:26 +00:00
parent 477665842d
commit 3d6ae762e7

View File

@ -33,14 +33,14 @@ stdenv.mkDerivation rec {
"snes9x-gtk"
else
"snes9x";
version = "1.62.1";
version = "1.62.3";
src = fetchFromGitHub {
owner = "snes9xgit";
repo = "snes9x";
rev = version;
fetchSubmodules = true;
hash = "sha256-y/tNJmmgigMEqjBWLyqxM/GQ2jcu4YXZjP0AbIjoPLg=";
hash = "sha256-+KHpvz7nfwGXjzDAK/V+2JDRT1sa0kXDkg7XcRyvSP8=";
};
nativeBuildInputs = [