Skip to content

Commit 2ce5a0b

Browse files
committed
kodi.packages.joystick: 19.0.1 -> 20.1.0
1 parent 2e3ba1b commit 2ce5a0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/applications/video/kodi/addons/joystick

pkgs/applications/video/kodi/addons/joystick/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
buildKodiBinaryAddon rec {
33
pname = namespace;
44
namespace = "peripheral.joystick";
5-
version = "19.0.1";
5+
version = "20.1.0";
66

77
src = fetchFromGitHub {
88
owner = "xbmc";
99
repo = namespace;
1010
rev = "${version}-${rel}";
11-
sha256 = "sha256-jSz0AgxhbCIbbZJxm4oq22y/hqew949UsqEAPoqEnHA=";
11+
sha256 = "sha256-LdagiN0bVanmGkAy9APbP1TW68KES7BIy5PXgUzksJQ=";
1212
};
1313

1414
extraBuildInputs = [ tinyxml udev ];

0 commit comments

Comments
 (0)