kodiPackages.youtube: 7.1.1.6 -> 7.2.0.1

(cherry picked from commit 6957c41b05)
This commit is contained in:
R. Ryantm
2025-05-19 13:36:39 +00:00
committed by github-actions[bot]
parent 0711254279
commit 1be40df630

View File

@@ -10,13 +10,13 @@
buildKodiAddon rec {
pname = "youtube";
namespace = "plugin.video.youtube";
version = "7.1.1.6";
version = "7.2.0.1";
src = fetchFromGitHub {
owner = "anxdpanic";
repo = "plugin.video.youtube";
rev = "v${version}";
hash = "sha256-fcr7FDTaStr9EaEaC3QG3uJQav0YuEITa62Y1kW1vlM=";
hash = "sha256-6CT/35jV1cmXPlJBKb7Sm8Hkurmybx163864vP20Ijw=";
};
propagatedBuildInputs = [