retroarch: 1.7.1 -> 1.7.5

This commit is contained in:
Sage Raflik 2018-12-12 21:10:02 -08:00
parent ca3f089a83
commit 8cccab7bf4

View File

@ -27,12 +27,12 @@ let
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
name = "retroarch-bare-${version}"; name = "retroarch-bare-${version}";
version = "1.7.1"; version = "1.7.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "libretro"; owner = "libretro";
repo = "RetroArch"; repo = "RetroArch";
sha256 = "0qv8ci76f5kwv5b49ijgpc6jdfp6sm21fw5hq06mq6ygyiy9vdzf"; sha256 = "1jfpgl34jjxn3dvxd1kd564swkw7v98hnn562v998b7vllz3dxdm";
rev = "v${version}"; rev = "v${version}";
}; };