mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
retroarch: 1.7.1 -> 1.7.5
This commit is contained in:
parent
ca3f089a83
commit
8cccab7bf4
|
@ -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}";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue