kodiPackages.youtube: 7.4.0.1 -> 7.4.1 (#495389)

This commit is contained in:
Aaron Andersen
2026-03-01 17:09:38 +00:00
committed by GitHub
@@ -10,13 +10,13 @@
buildKodiAddon rec {
pname = "youtube";
namespace = "plugin.video.youtube";
version = "7.4.0.1";
version = "7.4.1";
src = fetchFromGitHub {
owner = "anxdpanic";
repo = "plugin.video.youtube";
rev = "v${version}";
hash = "sha256-8cWwsaF37tVfj3ATWVn9r2UMwQa4SZiXL3x8GW67EfE=";
hash = "sha256-21akvxLsooYqBVpWBUIrs6nPGKtYuqthJLgikIO3if4=";
};
propagatedBuildInputs = [