Unverified Commit 6820bb84 authored by Aaron Andersen's avatar Aaron Andersen Committed by GitHub
Browse files

kodiPackages.youtube: 7.3.0.1 -> 7.4.0 (#484307)

parents 3c06427d 83382efe
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.3.0.1";
  version = "7.4.0";

  src = fetchFromGitHub {
    owner = "anxdpanic";
    repo = "plugin.video.youtube";
    rev = "v${version}";
    hash = "sha256-e9V58R6hMaDGS0RKqtAU5IAjY9HED6bYMBz6hQJ606o=";
    hash = "sha256-IEfgpl/uuELQ+4dVqek7/iCHW+sooVZ5eiASNXnm5EA=";
  };

  propagatedBuildInputs = [