kodiPackages.youtube: 7.0.6.3 -> 7.0.7

This commit is contained in:
R. Ryantm 2024-06-01 09:16:09 +00:00
parent 66ded85976
commit 7624457635

View File

@ -3,13 +3,13 @@
buildKodiAddon rec {
pname = "youtube";
namespace = "plugin.video.youtube";
version = "7.0.6.3";
version = "7.0.7";
src = fetchFromGitHub {
owner = "anxdpanic";
repo = "plugin.video.youtube";
rev = "v${version}";
hash = "sha256-MhVxaI/kZ/CCAcf6Mo4DXmXpCLpxxpBFGwmTBp3rKkI=";
hash = "sha256-i21BCkW4WpnQY1j9Wyn3/26GaAjWNXDb+lOVpmXlNKM=";
};
propagatedBuildInputs = [