kodiPackages.youtube: 7.4.1 -> 7.4.1.1

This commit is contained in:
R. Ryantm
2026-03-09 07:05:50 +00:00
parent f7f03dc676
commit d5b3b56deb
@@ -10,13 +10,13 @@
buildKodiAddon rec {
pname = "youtube";
namespace = "plugin.video.youtube";
version = "7.4.1";
version = "7.4.1.1";
src = fetchFromGitHub {
owner = "anxdpanic";
repo = "plugin.video.youtube";
rev = "v${version}";
hash = "sha256-21akvxLsooYqBVpWBUIrs6nPGKtYuqthJLgikIO3if4=";
hash = "sha256-fut9FTs87/EXpZ2PjIvhHL4001k3+i519m9ccMR1o+I=";
};
propagatedBuildInputs = [