about summary refs log tree commit diff
path: root/pkgs/applications/video/kodi/addons
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2024-05-04 13:33:15 +0000
committerGitHub <noreply@github.com>2024-05-04 13:33:15 +0000
commitd0a81fbf56b854b03faae772a913bd4b3a654413 (patch)
tree33303f728631fcb8378774c710eaca43b5f71760 /pkgs/applications/video/kodi/addons
parent2658e7e4d459f15942bb8cadb9fb39f2c165480a (diff)
parent3c33ff08fad56da4ea44743f165d52c0b2c1c418 (diff)
Merge pull request #308903 from r-ryantm/auto-update/kodiPackages.youtube
kodiPackages.youtube: 7.0.6 -> 7.0.6.3
Diffstat (limited to 'pkgs/applications/video/kodi/addons')
-rw-r--r--pkgs/applications/video/kodi/addons/youtube/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/kodi/addons/youtube/default.nix b/pkgs/applications/video/kodi/addons/youtube/default.nix
index f2f340b257dbe..23c59d702e4d2 100644
--- a/pkgs/applications/video/kodi/addons/youtube/default.nix
+++ b/pkgs/applications/video/kodi/addons/youtube/default.nix
@@ -3,13 +3,13 @@
 buildKodiAddon rec {
   pname = "youtube";
   namespace = "plugin.video.youtube";
-  version = "7.0.6";
+  version = "7.0.6.3";
 
   src = fetchFromGitHub {
     owner = "anxdpanic";
     repo = "plugin.video.youtube";
     rev = "v${version}";
-    hash = "sha256-pxW45D/tppUTTgeR5wVteOP2f4TZ4wl/9A5IBhOZhTM=";
+    hash = "sha256-MhVxaI/kZ/CCAcf6Mo4DXmXpCLpxxpBFGwmTBp3rKkI=";
   };
 
   propagatedBuildInputs = [