retroarchBare: 1.17.0 -> 1.18.0

This commit is contained in:
R. Ryantm 2024-03-23 22:35:55 +00:00
parent d3f8923899
commit 0496db8215
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}";
};