Skip to content

Commit

Permalink
Merge pull request #317007 from r-ryantm/auto-update/retroarch-joypad…
Browse files Browse the repository at this point in the history
…-autoconfig

retroarch-joypad-autoconfig: 1.18.1 -> 1.19.0
  • Loading branch information
thiagokokada authored Jun 4, 2024
2 parents 2a8ffee + f5d1bca commit 3345a16
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

stdenvNoCC.mkDerivation rec {
pname = "retroarch-joypad-autoconfig";
version = "1.18.1";
version = "1.19.0";

src = fetchFromGitHub {
owner = "libretro";
repo = "retroarch-joypad-autoconfig";
rev = "v${version}";
hash = "sha256-eWfSqHusTri1HQUkSxY/iAceF/9PFVMC0rhLu/4W35k=";
hash = "sha256-iwxTMwGHix2K5UyjBWFamyo3nVULxwbIF+djyQWz5L0=";
};

makeFlags = [
Expand Down

0 comments on commit 3345a16

Please sign in to comment.