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-11-28 11:49:55 -0500
committerAaron Andersen <aaron@fosslib.net>2020-11-28 11:49:55 -0500
commit66ea689e1a33c2fe50132425b298c73eeb16f6c4 (patch)
tree75251108b3814f0a25603547caf5302b90719b3d /pkgs/applications/video/kodi/plugins.nix
parenta2593d568537f07563c7618ec5239d9f90f5202b (diff)
downloadnixpkgs-66ea689e1a33c2fe50132425b298c73eeb16f6c4.tar
nixpkgs-66ea689e1a33c2fe50132425b298c73eeb16f6c4.tar.gz
nixpkgs-66ea689e1a33c2fe50132425b298c73eeb16f6c4.tar.bz2
nixpkgs-66ea689e1a33c2fe50132425b298c73eeb16f6c4.tar.lz
nixpkgs-66ea689e1a33c2fe50132425b298c73eeb16f6c4.tar.xz
nixpkgs-66ea689e1a33c2fe50132425b298c73eeb16f6c4.tar.zst
nixpkgs-66ea689e1a33c2fe50132425b298c73eeb16f6c4.zip
kodiPlugins.inputstream-adaptive: 2.3.12 -> 2.4.6
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 0e23eac9a86..6863ef9ca62 100644
--- a/pkgs/applications/video/kodi/plugins.nix
+++ b/pkgs/applications/video/kodi/plugins.nix
@@ -481,12 +481,12 @@ let self = rec {
 
     plugin = "inputstream-adaptive";
     namespace = "inputstream.adaptive";
-    version = "2.3.12";
+    version = "2.4.6";
 
     src = fetchFromGitHub {
       owner = "peak3d";
       repo = "inputstream.adaptive";
-      rev = version;
+      rev = "${version}-${rel}";
       sha256 = "09d9b35mpaf3g5m51viyan9hv7d2i8ndvb9wm0j7rs5gwsf0k71z";
     };