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

retroarchBare: 1.19.0 -> 1.19.1
This commit is contained in:
Thiago Kenji Okada
2024-06-08 03:04:19 +01:00
committed by GitHub
@@ -47,12 +47,12 @@ let
in
stdenv.mkDerivation rec {
pname = "retroarch-bare";
version = "1.19.0";
version = "1.19.1";
src = fetchFromGitHub {
owner = "libretro";
repo = "RetroArch";
hash = "sha256-xn6lFknL5y9WozGZtqiZVyVzOuNheGhwxWlfFOYVFzU=";
hash = "sha256-NVe5dhH3w7RL1C7Z736L5fdi/+aO+Ah9Dpa4u4kn0JY=";
rev = "v${version}";
};