xbmc: 13.0 -> 13.1

This commit is contained in:
Domen Kožar 2014-06-09 20:42:49 +02:00
parent be976b2c46
commit fb9c0d53b2

View File

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