Merge pull request #273726 from r-ryantm/auto-update/kodiPackages.six
kodiPackages.six: 1.15.0+matrix.1 -> 1.16.0+matrix.1
This commit is contained in:
commit
19275d8839
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
|||
buildKodiAddon rec {
|
||||
pname = "six";
|
||||
namespace = "script.module.six";
|
||||
version = "1.15.0+matrix.1";
|
||||
version = "1.16.0+matrix.1";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://mirrors.kodi.tv/addons/nexus/${namespace}/${namespace}-${version}.zip";
|
||||
sha256 = "sha256-zjbPAEB39dWpNsgoBqCKpLLXmqBI/v0wnnbCTRhYGzE=";
|
||||
sha256 = "sha256-d6BNpnTg6K7NPX3uWp5X0rog33C+B7YoAtLH/CrUYno=";
|
||||
};
|
||||
|
||||
passthru.updateScript = addonUpdateScript {
|
||||
|
|
Loading…
Reference in a new issue