Skip to content

Commit 18b5eb3

Browse files
committed
kodi: 18.6 -> 18.8
1 parent e768fce commit 18b5eb3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pkgs/applications/video/kodi/default.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ assert vdpauSupport -> libvdpau != null;
4444
assert useWayland -> wayland != null && wayland-protocols != null && waylandpp != null && libxkbcommon != null;
4545

4646
let
47-
kodiReleaseDate = "20200301";
48-
kodiVersion = "18.6";
47+
kodiReleaseDate = "20200728";
48+
kodiVersion = "18.8";
4949
rel = "Leia";
5050

5151
kodi_src = fetchFromGitHub {
5252
owner = "xbmc";
5353
repo = "xbmc";
5454
rev = "${kodiVersion}-${rel}";
55-
sha256 = "0rwymipn5hljy5xrslzmrljmj6f9wb191wi7gjw20wl6sv44d0bk";
55+
sha256 = "0qpkpz43s207msvv3qkiy6vzqwcgmydxv3py7vc29mv6h30chrva";
5656
};
5757

5858
cmakeProto = fetchurl {
@@ -192,8 +192,8 @@ in stdenv.mkDerivation {
192192
++ lib.optional usbSupport libusb-compat-0_1
193193
++ lib.optional vdpauSupport libvdpau
194194
++ lib.optionals useWayland [
195-
wayland
196-
waylandpp.dev
195+
wayland
196+
waylandpp.dev
197197
wayland-protocols
198198
# Not sure why ".dev" is needed here, but CMake doesn't find libxkbcommon otherwise
199199
libxkbcommon.dev

0 commit comments

Comments
 (0)