kodi: 19.3 -> 19.4

This commit is contained in:
Carles Pagès 2019-09-04 00:14:01 +02:00
parent 2308d5034c
commit 7547a7a1d4

View File

@ -43,15 +43,15 @@ assert vdpauSupport -> libvdpau != null;
assert useWayland -> wayland != null && wayland-protocols != null && waylandpp != null && libxkbcommon != null;
let
kodiReleaseDate = "20190627";
kodiVersion = "18.3";
kodiReleaseDate = "20190901";
kodiVersion = "18.4";
rel = "Leia";
kodi_src = fetchFromGitHub {
owner = "xbmc";
repo = "xbmc";
rev = "${kodiVersion}-${rel}";
sha256 = "18fbl5hs3aqccrn0m3x7hp95wlafjav0yvrwmb5q3gj24mwf6jld";
sha256 = "1m0295czxabdcqyqf5m94av9d88pzhnzjvyfs1q07xqq82h313p7";
};
cmakeProto = fetchurl {