retroarchBare: 1.16.0.3 -> 1.17.0

This commit is contained in:
Thiago Kenji Okada 2024-02-04 12:59:45 +00:00
parent 607182ae19
commit 95360a1123
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -1,5 +1,4 @@
{ lib
, stdenv
, makeWrapper
, retroarch
, symlinkJoin