kodiPackages.youtube: 7.0.9 -> 7.0.9.2 (#337731)

This commit is contained in:
Aaron Andersen 2024-08-27 18:08:25 -04:00 committed by GitHub
commit 36eaab4720
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.0.9";
version = "7.0.9.2";
src = fetchFromGitHub {
owner = "anxdpanic";
repo = "plugin.video.youtube";
rev = "v${version}";
hash = "sha256-C2Xnz4V+jSwkBbroysG5ruidwdeE3V+NutQxW3Nfh6Y=";
hash = "sha256-42BBvXIrPAAhNgrGyPTK5dgg2DACPTT6/jRUoYcihFA=";
};
propagatedBuildInputs = [