kodiPackages.youtube: 7.1.0 -> 7.1.0.1 (#352846)

This commit is contained in:
Aaron Andersen 2024-11-02 22:44:26 -04:00 committed by GitHub
commit 02ef855b1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,13 +3,13 @@
buildKodiAddon rec {
pname = "youtube";
namespace = "plugin.video.youtube";
version = "7.1.0";
version = "7.1.0.1";
src = fetchFromGitHub {
owner = "anxdpanic";
repo = "plugin.video.youtube";
rev = "v${version}";
hash = "sha256-I3dSGcPQVVhn4RO8CHtn3FG2dheSv4XiDO7w+MtTjRU=";
hash = "sha256-5tctuY2vYEfkkNVjprnUPJ/crwmMGCEdcRxUQR5EQxw=";
};
propagatedBuildInputs = [