Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f77eb9bb4d5d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2f5593b3a39b
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 9, 2020

  1. kodi: 18.8 -> 18.9

    cpages committed Nov 9, 2020
    Copy the full SHA
    2f5593b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/video/kodi/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/video/kodi/default.nix
Original file line number Diff line number Diff line change
@@ -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 {