xbmc: update from 13.1 to 13.2

This commit is contained in:
Nixpkgs Monitor 2014-08-24 18:19:58 +02:00 committed by Domen Kožar
parent 4a4c051a95
commit c224b5e949

View file

@ -34,11 +34,11 @@ assert vdpauSupport -> libvdpau != null && ffmpeg.vdpauSupport;
assert pulseSupport -> pulseaudio != null;
stdenv.mkDerivation rec {
name = "xbmc-13.1";
name = "xbmc-13.2";
src = fetchurl {
url = "https://github.com/xbmc/xbmc/archive/13.1-Gotham.tar.gz";
sha256 = "0y56c5csfp8xhk088g47m3bzrri73z868yfx6b04gnrdmr760jrl";
url = "https://github.com/xbmc/xbmc/archive/13.2-Gotham.tar.gz";
sha256 = "11g5a3h6kxz1vmnhagfjhg9nqf11wy0wzqqf4h338jh3lgzmvgxc";
};
buildInputs = [