kodiPackages.youtube: 7.0.3.2 -> 7.0.4

This commit is contained in:
R. Ryantm 2024-03-22 13:05:33 +00:00
parent 0cb727d0b5
commit 9f62a4b186
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.3.2";
version = "7.0.4";
src = fetchFromGitHub {
owner = "anxdpanic";
repo = "plugin.video.youtube";
rev = "v${version}";
hash = "sha256-gJ7RGB0pSG/iLdpmXHpQOoQTisXnMl1Mgd0KYFgg2qI=";
hash = "sha256-vBDFxsbYemJKxWa7De++UB0E4t1Eo0PW6Glbw6+FK1w=";
};
propagatedBuildInputs = [