retroarch-joypad-autoconfig: 1.15.0 -> unstable-2023-08-01
This commit is contained in:
parent
4e24fbee0c
commit
1fce665ded
1 changed files with 3 additions and 3 deletions
|
@ -5,13 +5,13 @@
|
|||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "retroarch-joypad-autoconfig";
|
||||
version = "1.15.0";
|
||||
version = "unstable-2023-08-01";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "libretro";
|
||||
repo = "retroarch-joypad-autoconfig";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-/F2Y08uDA/pIIeLiLfOQfGVjX2pkuOqPourlx2RbZ28=";
|
||||
rev = "5666e46bb89caf4e9af358fdb97a2b384cb62f36";
|
||||
hash = "sha256-5Po0v0E/dc+nVHnHlJRZzv66B/DKYarwqTkS9+/ktC4=";
|
||||
};
|
||||
|
||||
makeFlags = [
|
||||
|
|
Loading…
Reference in a new issue