Merge pull request #122255 from aanderse/kodi

kodi: 19.0 -> 19.1
This commit is contained in:
Aaron Andersen 2021-05-14 23:21:08 -04:00 committed by GitHub
commit 460f8def67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -78,7 +78,7 @@
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
<link xlink:href="https://kodi.tv/">Kodi</link> has been updated to version 19.0 "Matrix". See <link xlink:href="https://kodi.tv/">Kodi</link> has been updated to version 19.1 "Matrix". See
the <link xlink:href="https://kodi.tv/article/kodi-190-matrix-release">announcement</link> for the <link xlink:href="https://kodi.tv/article/kodi-190-matrix-release">announcement</link> for
further details. further details.
</para> </para>

View file

@ -38,15 +38,15 @@ assert usbSupport -> !udevSupport; # libusb-compat-0_1 won't be used if udev is
assert gbmSupport || waylandSupport || x11Support; assert gbmSupport || waylandSupport || x11Support;
let let
kodiReleaseDate = "20210219"; kodiReleaseDate = "20210508";
kodiVersion = "19.0"; kodiVersion = "19.1";
rel = "Matrix"; rel = "Matrix";
kodi_src = fetchFromGitHub { kodi_src = fetchFromGitHub {
owner = "xbmc"; owner = "xbmc";
repo = "xbmc"; repo = "xbmc";
rev = "${kodiVersion}-${rel}"; rev = "v${kodiVersion}";
sha256 = "097dg6a7v4ia85jx1pmlpwzdpqcqxlrmniqd005q73zvgj67zc2p"; sha256 = "0jh67vw3983lnfgqzqfislawwbpq0vxxk1ljsg7mar06mlwfxb7h";
}; };
ffmpeg = stdenv.mkDerivation rec { ffmpeg = stdenv.mkDerivation rec {