libtoxcore: upgrade for a few rev to get i686-linux build working

This commit is contained in:
Domen Kožar 2014-08-24 17:47:38 +02:00
parent 722a99347f
commit be6ae818dc

View file

@ -2,8 +2,8 @@
, libvpx, check, libconfig, pkgconfig }:
let
version = "e1158be5a6";
date = "20140728";
version = "f83fcbb13c0";
date = "20140811";
in
stdenv.mkDerivation rec {
name = "tox-core-${date}-${version}";
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://github.com/irungentoo/toxcore/tarball/${version}";
name = "${name}.tar.gz";
sha256 = "1rsh1pbwvngsx5slmd6608b1zqs3jvq70bjr9zyziap9vxka3z1v";
sha256 = "09g74h3qnx9adyxxvzay8m2idbgbln7m4kkm7sg9925mvi5abb1w";
};
NIX_LDFLAGS = "-lgcc_s";