retroarch: 1.8.9 -> 1.9.0

This commit is contained in:
Timothy DeHerrera 2020-12-05 18:11:29 -07:00
parent 01f63a83ff
commit 8a5a49653b
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -1,4 +1,4 @@
let version = "1.8.9";
let version = "1.9.0";
in
final: prev: {
retroarchBare = prev.retroarchBare.overrideAttrs (o: {
@ -7,7 +7,7 @@ final: prev: {
src = prev.fetchFromGitHub {
owner = "libretro";
repo = "RetroArch";
hash = "sha256-1kiq2ZobaPIhsWviOPCmDM3oJ0wJLmvYZ9PaqywF8I0=";
hash = "sha256-dzPOuT+v1JtYzvAtqZ/eVWQSYQLAWX3TyS3jXdBmDdg=";
rev = "v${version}";
};
});