Merge pull request #298487 from r-ryantm/auto-update/retroarchBare

retroarchBare: 1.17.0 -> 1.18.0
This commit is contained in:
Thiago Kenji Okada 2024-03-24 11:09:16 +00:00 committed by GitHub
commit 007dbec94d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -47,12 +47,12 @@ let
in
stdenv.mkDerivation rec {
pname = "retroarch-bare";
version = "1.17.0";
version = "1.18.0";
src = fetchFromGitHub {
owner = "libretro";
repo = "RetroArch";
hash = "sha256-8Y8ZYZFNK7zk0bQRiWwoQbu6q3r25bN3EvLOA3kIxdU=";
hash = "sha256-uOnFkLrLQlBbUlIFA8wrOkQdVIvO7Np7fvi+sPJPtHE=";
rev = "v${version}";
};