kodiPackages.youtube: 6.8.18+matrix.1 → 6.8.22+matrix.1

Updating to the latest version of
https://github.com/anxdpanic/plugin.video.youtube/, which lets us drop
this patch I added.

I can't find a good permalink for a changelog. Here's what I have found:

- 113 commits going from v6.8.18...v6.8.22: https://github.com/anxdpanic/plugin.video.youtube/compare/v6.8.18...v6.8.22
- Release notes for all the versions we're jumping:
  - https://github.com/anxdpanic/plugin.video.youtube/releases/tag/v6.8.18
  - https://github.com/anxdpanic/plugin.video.youtube/releases/tag/v6.8.20
  - https://github.com/anxdpanic/plugin.video.youtube/releases/tag/6.x.x-dev
  - https://github.com/anxdpanic/plugin.video.youtube/releases/tag/v6.8.21
  - https://github.com/anxdpanic/plugin.video.youtube/releases/tag/v6.8.22
This commit is contained in:
Jeremy Fleischman 2022-12-09 05:50:07 +00:00
parent 8ffe22e286
commit 29ffa5eb32
No known key found for this signature in database
GPG Key ID: 19319CD8416A642B

View File

@ -1,13 +1,13 @@
{ lib, buildKodiAddon, fetchpatch, fetchzip, addonUpdateScript, six, requests, inputstreamhelper }:
{ lib, buildKodiAddon, fetchzip, addonUpdateScript, six, requests, inputstreamhelper }:
buildKodiAddon rec {
pname = "youtube";
namespace = "plugin.video.youtube";
version = "6.8.18+matrix.1";
version = "6.8.22+matrix.1";
src = fetchzip {
url = "https://mirrors.kodi.tv/addons/matrix/${namespace}/${namespace}-${version}.zip";
sha256 = "F950rnE/YxwWI0ieHC2TdGNSfrQDHlStnxLbA6UjEaM=";
sha256 = "V1ALhD0zLm6Rq2KFpZXULPiB7sAPaNDhCpxScr+apDE=";
};
propagatedBuildInputs = [
@ -23,15 +23,6 @@ buildKodiAddon rec {
};
};
patches = [
# This patch can be removed once https://github.com/anxdpanic/plugin.video.youtube/pull/260 has been merged.
(fetchpatch {
name = "fix-addon-path";
url = "https://patch-diff.githubusercontent.com/raw/anxdpanic/plugin.video.youtube/pull/260.patch";
sha256 = "11c9sfwl5kvfll2jws5b4i46s60v6gkfns4al13p4m5ch9rk06hs";
})
];
meta = with lib; {
homepage = "https://github.com/anxdpanic/plugin.video.youtube";
description = "YouTube is one of the biggest video-sharing websites of the world";