Skip to content

Commit d4b937d

Browse files
authored
kodiPackages.inputstreamer-adaptive: 21.5.9 -> 21.5.13 (#405471)
2 parents 291682d + dc7830c commit d4b937d

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/video/kodi/addons/inputstream-adaptive

1 file changed

+2
-2
lines changed

pkgs/applications/video/kodi/addons/inputstream-adaptive/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ in
2323
buildKodiBinaryAddon rec {
2424
pname = "inputstream-adaptive";
2525
namespace = "inputstream.adaptive";
26-
version = "21.5.9";
26+
version = "21.5.13";
2727

2828
src = fetchFromGitHub {
2929
owner = "xbmc";
3030
repo = "inputstream.adaptive";
3131
tag = "${version}-${rel}";
32-
hash = "sha256-OArvp/MgJGsRs3Z59JfgOkfwyhQ3ArC1yf37z7Y7khg=";
32+
hash = "sha256-XcRg0FtoN7SXRVEBWM9gIlLOMGT3x64s9WD12UJdblw=";
3333
};
3434

3535
extraCMakeFlags = [

0 commit comments

Comments
 (0)