retroarch: 1.3.4 -> 1.6.0

This commit is contained in:
Edward Tjörnhammar 2017-06-04 03:20:30 +02:00
parent 0011f9065a
commit 1845a2d735
No known key found for this signature in database
GPG Key ID: 7B82CE4A866B6845

View File

@ -23,12 +23,12 @@ in
stdenv.mkDerivation rec {
name = "retroarch-bare-${version}";
version = "1.3.4";
version = "1.6.0";
src = fetchFromGitHub {
owner = "libretro";
repo = "RetroArch";
sha256 = "0ccp17580w0884baxj5kcynlm03jgd7i62dprz1ajxbi2s7b3mi3";
sha256 = "1ym2kws58fbavkc3giz5xqaqiqqdbf7wrz7y7iw53p1bnkc3l8yi";
rev = "v${version}";
};