Skip to content

Commit d6f1f12

Browse files
authored
kodiPackages.youtube: 7.1.1.6 -> 7.2.0.1 (#408725)
2 parents c223ba3 + 6957c41 commit d6f1f12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/video/kodi/addons/youtube/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
buildKodiAddon rec {
1111
pname = "youtube";
1212
namespace = "plugin.video.youtube";
13-
version = "7.1.1.6";
13+
version = "7.2.0.1";
1414

1515
src = fetchFromGitHub {
1616
owner = "anxdpanic";
1717
repo = "plugin.video.youtube";
1818
rev = "v${version}";
19-
hash = "sha256-fcr7FDTaStr9EaEaC3QG3uJQav0YuEITa62Y1kW1vlM=";
19+
hash = "sha256-6CT/35jV1cmXPlJBKb7Sm8Hkurmybx163864vP20Ijw=";
2020
};
2121

2222
propagatedBuildInputs = [

0 commit comments

Comments
 (0)