kodi: 18.6 -> 18.8
This commit is contained in:
parent
e768fce754
commit
18b5eb3f74
@ -44,15 +44,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 = "20200301";
|
kodiReleaseDate = "20200728";
|
||||||
kodiVersion = "18.6";
|
kodiVersion = "18.8";
|
||||||
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 = "0rwymipn5hljy5xrslzmrljmj6f9wb191wi7gjw20wl6sv44d0bk";
|
sha256 = "0qpkpz43s207msvv3qkiy6vzqwcgmydxv3py7vc29mv6h30chrva";
|
||||||
};
|
};
|
||||||
|
|
||||||
cmakeProto = fetchurl {
|
cmakeProto = fetchurl {
|
||||||
@ -192,8 +192,8 @@ in stdenv.mkDerivation {
|
|||||||
++ lib.optional usbSupport libusb-compat-0_1
|
++ lib.optional usbSupport libusb-compat-0_1
|
||||||
++ lib.optional vdpauSupport libvdpau
|
++ lib.optional vdpauSupport libvdpau
|
||||||
++ lib.optionals useWayland [
|
++ lib.optionals useWayland [
|
||||||
wayland
|
wayland
|
||||||
waylandpp.dev
|
waylandpp.dev
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
# Not sure why ".dev" is needed here, but CMake doesn't find libxkbcommon otherwise
|
# Not sure why ".dev" is needed here, but CMake doesn't find libxkbcommon otherwise
|
||||||
libxkbcommon.dev
|
libxkbcommon.dev
|
||||||
|
Loading…
Reference in New Issue
Block a user