retroarch: 1.8.8 -> 1.8.9

This commit is contained in:
Timothy DeHerrera 2020-06-25 21:52:40 -06:00
parent ae74fb0e9a
commit 51ef800af6
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -1,11 +1,11 @@
final: prev: {
retroarchBare = prev.retroarchBare.overrideAttrs (o: rec {
version = "1.8.8";
version = "1.8.9";
src = prev.fetchFromGitHub {
owner = "libretro";
repo = "RetroArch";
hash = "sha256-rPMaTs98dmP0nkuHJRt5DmCgzk9imfJ+rgW9zfEqUFA=";
hash = "sha256-1kiq2ZobaPIhsWviOPCmDM3oJ0wJLmvYZ9PaqywF8I0=";
rev = "v${version}";
};
});