Commit 1be40df6 authored by R. RyanTM's avatar R. RyanTM Committed by github-actions[bot]
Browse files

kodiPackages.youtube: 7.1.1.6 -> 7.2.0.1

(cherry picked from commit 6957c41b)
parent 07112542
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@
buildKodiAddon rec {
  pname = "youtube";
  namespace = "plugin.video.youtube";
  version = "7.1.1.6";
  version = "7.2.0.1";

  src = fetchFromGitHub {
    owner = "anxdpanic";
    repo = "plugin.video.youtube";
    rev = "v${version}";
    hash = "sha256-fcr7FDTaStr9EaEaC3QG3uJQav0YuEITa62Y1kW1vlM=";
    hash = "sha256-6CT/35jV1cmXPlJBKb7Sm8Hkurmybx163864vP20Ijw=";
  };

  propagatedBuildInputs = [