kodi: 17.2 -> 17.3

This commit is contained in:
Edward Tjörnhammar 2017-05-25 13:56:34 +02:00
parent 2a40f06ed6
commit 0c6153059d
No known key found for this signature in database
GPG key ID: 7B82CE4A866B6845

View file

@ -54,11 +54,11 @@ let
};
in stdenv.mkDerivation rec {
name = "kodi-${version}";
version = "17.2";
version = "17.3";
src = fetchurl {
url = "https://github.com/xbmc/xbmc/archive/${version}-${rel}.tar.gz";
sha256 = "1zmgw65dbdpv72xfimrh02m8sdg4cb9i3hbmqzgs8x00b9n27ndf";
sha256 = "189isc1jagrnq549vwpvb0x1w6p0mkjwv7phm8dzvki96wx6bs0x";
};
buildInputs = [