kodiPlugins.pvr-hts: update to 3.4.4 for kodi17

Updated pvr-hts plugin to latest version to work with kodi 17. Had to
update libcec as well, to pick the name change.
This commit is contained in:
Carles Pagès
2017-02-02 21:12:54 +01:00
committed by Edward Tjörnhammar
parent a70b4f7b38
commit d211d7c440
3 changed files with 13 additions and 13 deletions
@@ -1,13 +1,13 @@
{ stdenv, fetchurl, cmake, pkgconfig, udev, libcec_platform }:
let version = "3.0.1"; in
let version = "3.1.0"; in
stdenv.mkDerivation {
name = "libcec-${version}";
src = fetchurl {
url = "https://github.com/Pulse-Eight/libcec/archive/libcec-${version}.tar.gz";
sha256 = "0gi5gq8pz6vfdx80pimx23d5g243zzgmc7s8wpb686csjk470dky";
sha256 = "08gr4rhx7qh8ajkry9j0sqw11i74y802dla1wg4l4gxhl4hrs409";
};
buildInputs = [ cmake pkgconfig udev libcec_platform ];