Skip to content

Commit

Permalink
kodiPackages.inputstream-adaptive: 21.4.6 -> 21.5.9 (NixOS#375326)
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst authored Jan 26, 2025
2 parents aecb38e + 9946dde commit a0da48d
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ let
bento4 = fetchFromGitHub {
owner = "xbmc";
repo = "Bento4";
rev = "1.6.0-641-${rel}";
sha256 = "sha256-vsFMDzH8JJecYw0qWKGCxnd/m5wn62mCKE2g2HwQhwI=";
tag = "1.6.0-641-3-${rel}";
hash = "sha256-ycWQvXgr1DQ3Wng73S8i6y6XmcUD/iN8OKfO1czgsnY=";
};
in
buildKodiBinaryAddon rec {
pname = "inputstream-adaptive";
namespace = "inputstream.adaptive";
version = "21.4.6";
version = "21.5.9";

src = fetchFromGitHub {
owner = "xbmc";
repo = "inputstream.adaptive";
rev = "${version}-${rel}";
sha256 = "sha256-ub4ep89datfr8aZLZAfoz7zhOizGFpzgp2PVON6Ptj8=";
tag = "${version}-${rel}";
hash = "sha256-OArvp/MgJGsRs3Z59JfgOkfwyhQ3ArC1yf37z7Y7khg=";
};

extraCMakeFlags = [
Expand Down

0 comments on commit a0da48d

Please sign in to comment.