Skip to content

Commit

Permalink
kodi: 18.8 -> 18.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cpages committed Nov 9, 2020
1 parent f77eb9b commit 2f5593b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/kodi/default.nix
Expand Up @@ -45,14 +45,14 @@ assert useWayland -> wayland != null && wayland-protocols != null && waylandpp !

let
kodiReleaseDate = "20200728";
kodiVersion = "18.8";
kodiVersion = "18.9";
rel = "Leia";

kodi_src = fetchFromGitHub {
owner = "xbmc";
repo = "xbmc";
rev = "${kodiVersion}-${rel}";
sha256 = "0qpkpz43s207msvv3qkiy6vzqwcgmydxv3py7vc29mv6h30chrva";
sha256 = "0nnf7823pixj6n2fkjc8rbdjwayvhlbglij2by4rnjzzfgmqmw20";
};

cmakeProto = fetchurl {
Expand Down

0 comments on commit 2f5593b

Please sign in to comment.