retroarch-bare: 1.19.1 -> 1.20.0

This commit is contained in:
Thiago Kenji Okada
2025-01-10 19:53:25 +00:00
parent 3f14b8543b
commit 782efe55cd
+2 -2
View File
@@ -58,12 +58,12 @@ let
in
stdenv.mkDerivation rec {
pname = "retroarch-bare";
version = "1.19.1";
version = "1.20.0";
src = fetchFromGitHub {
owner = "libretro";
repo = "RetroArch";
hash = "sha256-NVe5dhH3w7RL1C7Z736L5fdi/+aO+Ah9Dpa4u4kn0JY=";
hash = "sha256-ER90i0BlHC8SXfz6DzoIPCP1G8n4NNyJcRE88YY0gXk=";
rev = "v${version}";
};