Merge pull request #258848 from r-ryantm/auto-update/retroarchBare

retroarchBare: 1.16.0 -> 1.16.0.3
This commit is contained in:
Thiago Kenji Okada 2023-10-04 00:06:35 +01:00 committed by GitHub
commit 29fb8ca4c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}";
};