retroarchBare: 1.18.0 -> 1.19.0

This commit is contained in:
R. Ryantm 2024-05-31 07:00:07 +00:00
parent 5f6ccfaad5
commit c68a67f2b5

@ -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}";
};