Merge pull request #298565 from r-ryantm/auto-update/libretro-core-info

libretro-core-info: 1.17.0 -> 1.18.0
This commit is contained in:
Thiago Kenji Okada 2024-03-24 11:08:00 +00:00 committed by GitHub
commit 6a759fc350
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation rec {
pname = "libretro-core-info";
version = "1.17.0";
version = "1.18.0";
src = fetchFromGitHub {
owner = "libretro";
repo = "libretro-core-info";
rev = "v${version}";
hash = "sha256-iJteyqD7hUtBxj+Y2nQZXDJVM4k+TDIKLaLP3IFDOGo=";
hash = "sha256-tIuDDueYocvRDbA8CTR5ubGI7/Up02zUENw/HaDwC0U=";
};
makeFlags = [