Unverified Commit fcd2a881 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

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

retroarchBare: 1.19.0 -> 1.19.1
parents e273829b 855185c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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}";
  };