retroarchBare: 1.16.0 -> 1.16.0.3

This commit is contained in:
R. Ryantm 2023-10-03 18:36:29 +00:00
parent 585d673896
commit d69860bf7f

View File

@ -46,12 +46,12 @@ let
in
stdenv.mkDerivation rec {
pname = "retroarch-bare";
version = "1.16.0";
version = "1.16.0.3";
src = fetchFromGitHub {
owner = "libretro";
repo = "RetroArch";
hash = "sha256-aP3/IDs18Q32efFlp4XYDKpdoAm2+QwzhrMxmt3pSvE=";
hash = "sha256-BT+LzRDoQF03aNT2Kg7YaSWhK74CvOOiHUeHDtFpe9s=";
rev = "v${version}";
};