Merge pull request #224826 from r-ryantm/auto-update/snes9x-gtk

snes9x-gtk: 1.62.1 -> 1.62.3
This commit is contained in:
Weijia Wang 2023-04-05 22:01:27 +03:00 committed by GitHub
commit 8913e46b4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [