kodiPackages.youtube: 7.3.0.1 -> 7.4.0

This commit is contained in:
R. Ryantm
2026-01-27 07:31:26 +00:00
parent 8913af27d0
commit 83382efe0e
@@ -10,13 +10,13 @@
buildKodiAddon rec {
pname = "youtube";
namespace = "plugin.video.youtube";
version = "7.3.0.1";
version = "7.4.0";
src = fetchFromGitHub {
owner = "anxdpanic";
repo = "plugin.video.youtube";
rev = "v${version}";
hash = "sha256-e9V58R6hMaDGS0RKqtAU5IAjY9HED6bYMBz6hQJ606o=";
hash = "sha256-IEfgpl/uuELQ+4dVqek7/iCHW+sooVZ5eiASNXnm5EA=";
};
propagatedBuildInputs = [