Merge pull request #51928 from neonfuz/retroarch-1.7.5

retroarch: 1.7.1 -> 1.7.5
This commit is contained in:
Alyssa Ross 2018-12-13 10:17:55 +00:00 committed by GitHub
commit 64f73752fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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