Merge pull request #298487 from r-ryantm/auto-update/retroarchBare
retroarchBare: 1.17.0 -> 1.18.0
This commit is contained in:
commit
007dbec94d
1 changed files with 2 additions and 2 deletions
|
@ -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}";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue