kodi: 19.3 -> 19.4
This commit is contained in:
parent
2308d5034c
commit
7547a7a1d4
@ -43,15 +43,15 @@ assert vdpauSupport -> libvdpau != null;
|
|||||||
assert useWayland -> wayland != null && wayland-protocols != null && waylandpp != null && libxkbcommon != null;
|
assert useWayland -> wayland != null && wayland-protocols != null && waylandpp != null && libxkbcommon != null;
|
||||||
|
|
||||||
let
|
let
|
||||||
kodiReleaseDate = "20190627";
|
kodiReleaseDate = "20190901";
|
||||||
kodiVersion = "18.3";
|
kodiVersion = "18.4";
|
||||||
rel = "Leia";
|
rel = "Leia";
|
||||||
|
|
||||||
kodi_src = fetchFromGitHub {
|
kodi_src = fetchFromGitHub {
|
||||||
owner = "xbmc";
|
owner = "xbmc";
|
||||||
repo = "xbmc";
|
repo = "xbmc";
|
||||||
rev = "${kodiVersion}-${rel}";
|
rev = "${kodiVersion}-${rel}";
|
||||||
sha256 = "18fbl5hs3aqccrn0m3x7hp95wlafjav0yvrwmb5q3gj24mwf6jld";
|
sha256 = "1m0295czxabdcqyqf5m94av9d88pzhnzjvyfs1q07xqq82h313p7";
|
||||||
};
|
};
|
||||||
|
|
||||||
cmakeProto = fetchurl {
|
cmakeProto = fetchurl {
|
||||||
|
Loading…
Reference in New Issue
Block a user