libretro-core-info: 1.17.0 -> 1.18.0

This commit is contained in:
R. Ryantm 2024-03-24 07:59:21 +00:00
parent 2a3616e0e0
commit fed0601b75
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 = [