summary refs log tree commit diff
path: root/pkgs/applications/video/kodi/plugins.nix
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2020-12-03 20:41:52 -0500
committerAaron Andersen <aaron@fosslib.net>2021-02-23 07:20:18 -0500
commitb6d118a6c3c973790eeedc20ddeed23441873d45 (patch)
treeebcc7bd961b168cd3e7c54eb90ae934658cdf4de /pkgs/applications/video/kodi/plugins.nix
parent619d1e92dc1f6d9293f668a4d088f343a247699c (diff)
downloadnixpkgs-b6d118a6c3c973790eeedc20ddeed23441873d45.tar
nixpkgs-b6d118a6c3c973790eeedc20ddeed23441873d45.tar.gz
nixpkgs-b6d118a6c3c973790eeedc20ddeed23441873d45.tar.bz2
nixpkgs-b6d118a6c3c973790eeedc20ddeed23441873d45.tar.lz
nixpkgs-b6d118a6c3c973790eeedc20ddeed23441873d45.tar.xz
nixpkgs-b6d118a6c3c973790eeedc20ddeed23441873d45.tar.zst
nixpkgs-b6d118a6c3c973790eeedc20ddeed23441873d45.zip
kodiPlugins.inputstream-adaptive: 2.4.6 -> 2.6.7
Diffstat (limited to 'pkgs/applications/video/kodi/plugins.nix')
-rw-r--r--pkgs/applications/video/kodi/plugins.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/kodi/plugins.nix b/pkgs/applications/video/kodi/plugins.nix
index 895660c11b8..4dd1e23bc8f 100644
--- a/pkgs/applications/video/kodi/plugins.nix
+++ b/pkgs/applications/video/kodi/plugins.nix
@@ -489,13 +489,13 @@ let self = rec {
 
     plugin = "inputstream-adaptive";
     namespace = "inputstream.adaptive";
-    version = "2.4.6";
+    version = "2.6.7";
 
     src = fetchFromGitHub {
       owner = "peak3d";
       repo = "inputstream.adaptive";
       rev = "${version}-${rel}";
-      sha256 = "09d9b35mpaf3g5m51viyan9hv7d2i8ndvb9wm0j7rs5gwsf0k71z";
+      sha256 = "1pwqmbr78wp12jn6rwv63npdfc456adwz0amlxf6gvgg43li6p7s";
     };
 
     extraBuildInputs = [ expat ];