Merge pull request #30790 from spiderbit/master

kodi: downgrade kodiPlugin.joystick to compatible version 1.3.2
This commit is contained in:
Ricardo M. Correia 2017-11-28 18:29:55 +01:00 committed by GitHub
commit 9249dc6557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,14 +149,14 @@ rec {
joystick = mkKodiABIPlugin rec {
namespace = "peripheral.joystick";
version = "1.3.6";
version = "1.3.2";
plugin = namespace;
src = fetchFromGitHub {
owner = "kodi-game";
repo = namespace;
rev = "5b480ccdd4a87f2ca3283a7b8d1bd69a114af0db";
sha256 = "1zf5zwghx96bqk7bx53qra27lfbgfdi1dsk4s3hwixr8ii72cqpp";
rev = "96171dd32899553ffe8fc775fca66e8df5ff5cf1";
sha256 = "18m61v8z9fbh4imvzhh4g9629r9df49g2yk9ycaczirg131dhfbh";
};
meta = with stdenv.lib; {