Merge pull request #307108 from r-ryantm/auto-update/kodiPackages.youtube

kodiPackages.youtube: 7.0.5 -> 7.0.6
This commit is contained in:
Jörg Thalheim 2024-04-27 09:10:42 +02:00 committed by GitHub
commit b7d7bebc60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@
buildKodiAddon rec {
pname = "youtube";
namespace = "plugin.video.youtube";
version = "7.0.5";
version = "7.0.6";
src = fetchFromGitHub {
owner = "anxdpanic";
repo = "plugin.video.youtube";
rev = "v${version}";
hash = "sha256-oM1n0Rye2QagxXoAZ/6mXKeGqKjEdewgS79lhp+yCQI=";
hash = "sha256-pxW45D/tppUTTgeR5wVteOP2f4TZ4wl/9A5IBhOZhTM=";
};
propagatedBuildInputs = [