From 51ef800af6071ffb13c1c44d733572b5090f55fe Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Thu, 25 Jun 2020 21:52:40 -0600 Subject: [PATCH] retroarch: 1.8.8 -> 1.8.9 --- overlays/retroarch.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlays/retroarch.nix b/overlays/retroarch.nix index 3f94af77..378b0660 100644 --- a/overlays/retroarch.nix +++ b/overlays/retroarch.nix @@ -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}"; }; });