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

retroarchBare: 1.13.0 -> 1.14.0
This commit is contained in:
Thiago Kenji Okada 2022-12-17 17:36:56 +00:00 committed by GitHub
commit 9ed4897b22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,12 +45,12 @@ let
in
stdenv.mkDerivation rec {
pname = "retroarch-bare";
version = "1.13.0";
version = "1.14.0";
src = fetchFromGitHub {
owner = "libretro";
repo = "RetroArch";
hash = "sha256-eEe0mM9gUWgEzoRH1Iuet20US9eXNtCVSBi2kX1njVw=";
hash = "sha256-oEENGehbzjJq1kTiz6gkXHMMe/rXjWPxxMoe4RqdqK4=";
rev = "v${version}";
};