We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa60aed commit 6957c41Copy full SHA for 6957c41
pkgs/applications/video/kodi/addons/youtube/default.nix
@@ -10,13 +10,13 @@
10
buildKodiAddon rec {
11
pname = "youtube";
12
namespace = "plugin.video.youtube";
13
- version = "7.1.1.6";
+ version = "7.2.0.1";
14
15
src = fetchFromGitHub {
16
owner = "anxdpanic";
17
repo = "plugin.video.youtube";
18
rev = "v${version}";
19
- hash = "sha256-fcr7FDTaStr9EaEaC3QG3uJQav0YuEITa62Y1kW1vlM=";
+ hash = "sha256-6CT/35jV1cmXPlJBKb7Sm8Hkurmybx163864vP20Ijw=";
20
};
21
22
propagatedBuildInputs = [
0 commit comments