File tree Expand file tree Collapse file tree
pkgs/applications/video/kodi Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,15 +44,15 @@ assert vdpauSupport -> libvdpau != null;
4444assert useWayland -> wayland != null && wayland-protocols != null && waylandpp != null && libxkbcommon != null ;
4545
4646let
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
You can’t perform that action at this time.
0 commit comments