kodiPackages.youtube: 7.4.2 -> 7.4.3

This commit is contained in:
R. Ryantm
2026-05-05 14:13:21 +00:00
parent cadd3b008c
commit f8f063a4f0
@@ -10,13 +10,13 @@
buildKodiAddon rec {
pname = "youtube";
namespace = "plugin.video.youtube";
version = "7.4.2";
version = "7.4.3";
src = fetchFromGitHub {
owner = "anxdpanic";
repo = "plugin.video.youtube";
rev = "v${version}";
hash = "sha256-o+HaYVUvulHzthnP/PUJ0qTe0e901djw3l9sVpUcD08=";
hash = "sha256-FUfDUyaYHIeu9thCx19huLFnDO7Yl3RKIbfUH2I+SQI=";
};
propagatedBuildInputs = [