Skip to content

Commit

Permalink
Merge pull request NixOS#322448 from r-ryantm/auto-update/kodiPackage…
Browse files Browse the repository at this point in the history
…s.youtube

kodiPackages.youtube: 7.0.7 -> 7.0.8
  • Loading branch information
aanderse committed Jun 25, 2024
2 parents d18c244 + 16c0633 commit 4be04c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/kodi/addons/youtube/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
buildKodiAddon rec {
pname = "youtube";
namespace = "plugin.video.youtube";
version = "7.0.7";
version = "7.0.8";

src = fetchFromGitHub {
owner = "anxdpanic";
repo = "plugin.video.youtube";
rev = "v${version}";
hash = "sha256-i21BCkW4WpnQY1j9Wyn3/26GaAjWNXDb+lOVpmXlNKM=";
hash = "sha256-cWqAHC3UYDWk0cL/to9kCdH+SSN3ra+Ni6HTwposNkg=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 4be04c4

Please sign in to comment.