Commit fbda49c2 authored by R. RyanTM's avatar R. RyanTM
Browse files

kodiPackages.youtube: 7.1.0.1 -> 7.1.1.6

parent 7fa1a3c6
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 = [