mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
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;
|
||||
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user