Skip to content

Commit 29a4d94

Browse files
spiderbitwizeman
authored andcommittedNov 28, 2017
kodi: downgrades kodiPlugin.joystick to compatible version 1.3.2
(cherry picked from commit 72f441d) Reason: Kodi joystick support is broken otherwise.
1 parent c3d4871 commit 29a4d94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/applications/video/kodi/plugins.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,14 @@ rec {
149149

150150
joystick = mkKodiABIPlugin rec {
151151
namespace = "peripheral.joystick";
152-
version = "1.3.6";
152+
version = "1.3.2";
153153
plugin = namespace;
154154

155155
src = fetchFromGitHub {
156156
owner = "kodi-game";
157157
repo = namespace;
158-
rev = "5b480ccdd4a87f2ca3283a7b8d1bd69a114af0db";
159-
sha256 = "1zf5zwghx96bqk7bx53qra27lfbgfdi1dsk4s3hwixr8ii72cqpp";
158+
rev = "96171dd32899553ffe8fc775fca66e8df5ff5cf1";
159+
sha256 = "18m61v8z9fbh4imvzhh4g9629r9df49g2yk9ycaczirg131dhfbh";
160160
};
161161

162162
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)
Please sign in to comment.