We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3ba1b commit 2ce5a0bCopy full SHA for 2ce5a0b
1 file changed
pkgs/applications/video/kodi/addons/joystick/default.nix
@@ -2,13 +2,13 @@
2
buildKodiBinaryAddon rec {
3
pname = namespace;
4
namespace = "peripheral.joystick";
5
- version = "19.0.1";
+ version = "20.1.0";
6
7
src = fetchFromGitHub {
8
owner = "xbmc";
9
repo = namespace;
10
rev = "${version}-${rel}";
11
- sha256 = "sha256-jSz0AgxhbCIbbZJxm4oq22y/hqew949UsqEAPoqEnHA=";
+ sha256 = "sha256-LdagiN0bVanmGkAy9APbP1TW68KES7BIy5PXgUzksJQ=";
12
};
13
14
extraBuildInputs = [ tinyxml udev ];
0 commit comments