summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authordasj19 <dasj19@users.noreply.github.com>2019-12-09 03:25:27 +0100
committerPeter Hoeg <peter@hoeg.com>2019-12-09 10:25:27 +0800
commit6e52e28ae983580ced4ac5fc723152ed02d7bb39 (patch)
treed337c12cf7194f29835f8de06f287335e8091097 /pkgs/applications/video
parentee49b45a7b091287d44966b00d2a4f07d3fcbdfc (diff)
downloadnixpkgs-6e52e28ae983580ced4ac5fc723152ed02d7bb39.tar
nixpkgs-6e52e28ae983580ced4ac5fc723152ed02d7bb39.tar.gz
nixpkgs-6e52e28ae983580ced4ac5fc723152ed02d7bb39.tar.bz2
nixpkgs-6e52e28ae983580ced4ac5fc723152ed02d7bb39.tar.lz
nixpkgs-6e52e28ae983580ced4ac5fc723152ed02d7bb39.tar.xz
nixpkgs-6e52e28ae983580ced4ac5fc723152ed02d7bb39.tar.zst
nixpkgs-6e52e28ae983580ced4ac5fc723152ed02d7bb39.zip
kodi: 18.4 -> 18.5 (#75291)
Bump.
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/kodi/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/video/kodi/default.nix b/pkgs/applications/video/kodi/default.nix
index 0302dd24646..d47797a3046 100644
--- a/pkgs/applications/video/kodi/default.nix
+++ b/pkgs/applications/video/kodi/default.nix
@@ -43,15 +43,15 @@ assert vdpauSupport -> libvdpau != null;
 assert useWayland -> wayland != null && wayland-protocols != null && waylandpp != null && libxkbcommon != null;
 
 let
-  kodiReleaseDate = "20190901";
-  kodiVersion = "18.4";
+  kodiReleaseDate = "20191116";
+  kodiVersion = "18.5";
   rel = "Leia";
 
   kodi_src = fetchFromGitHub {
     owner  = "xbmc";
     repo   = "xbmc";
     rev    = "${kodiVersion}-${rel}";
-    sha256 = "1m0295czxabdcqyqf5m94av9d88pzhnzjvyfs1q07xqq82h313p7";
+    sha256 = "0pcrraj1ddzrd296br10yjnaxgb3iym74xzixcakaqhhp00f5hf6";
   };
 
   cmakeProto = fetchurl {