kodiPlugins.joystick: 1.4.7 -> 1.7.1

This commit is contained in:
Aaron Andersen 2020-12-03 20:21:30 -05:00
parent a2bf2782a1
commit 03e67bae98

View File

@ -224,14 +224,14 @@ let self = rec {
joystick = mkKodiABIPlugin rec { joystick = mkKodiABIPlugin rec {
namespace = "peripheral.joystick"; namespace = "peripheral.joystick";
version = "1.4.7"; version = "1.7.1";
plugin = namespace; plugin = namespace;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "xbmc"; owner = "xbmc";
repo = namespace; repo = namespace;
rev = "v${version}"; rev = "${version}-${rel}";
sha256 = "03gsp4kg41s3n4ib4wsv7m3krfipgwc2z07i4mnd5zvg0c4xrmap"; sha256 = "1dhj4afr9kj938xx70fq5r409mz6lbw4n581ljvdjj9lq7akc914";
}; };
meta = { meta = {
@ -240,7 +240,7 @@ let self = rec {
maintainers = with maintainers; [ edwtjo ]; maintainers = with maintainers; [ edwtjo ];
}; };
extraBuildInputs = [ udev ]; extraBuildInputs = [ tinyxml udev ];
}; };
simpleplugin = mkKodiPlugin rec { simpleplugin = mkKodiPlugin rec {