Unverified Commit 401ba1e4 authored by misuzu's avatar misuzu Committed by GitHub
Browse files

kodiPackages.youtube: 7.1.0.1 -> 7.1.1.6 (#369123)

parents b50539c1 fbda49c2
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.0.1";
  version = "7.1.1.6";

  src = fetchFromGitHub {
    owner = "anxdpanic";
    repo = "plugin.video.youtube";
    rev = "v${version}";
    hash = "sha256-5tctuY2vYEfkkNVjprnUPJ/crwmMGCEdcRxUQR5EQxw=";
    hash = "sha256-fcr7FDTaStr9EaEaC3QG3uJQav0YuEITa62Y1kW1vlM=";
  };

  propagatedBuildInputs = [