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

retroarchBare: 1.18.0 -> 1.19.0
This commit is contained in:
Thiago Kenji Okada 2024-05-31 13:54:37 +01:00 committed by GitHub
commit 29cdb3798a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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