Merge pull request #6065 from arno01/utox

libtoxcore, utox, qtox, toxic: Update to the newest Dev version
This commit is contained in:
Jascha Geerds
2015-01-31 11:26:14 +01:00
4 changed files with 49 additions and 17 deletions

View File

@@ -2,8 +2,8 @@
, libvpx, check, libconfig, pkgconfig }:
let
version = "f6b3e6e8fe98d2457827ac6da944e715f008a08a";
date = "20141219";
version = "4c220e336330213b151a0c20307d0a1fce04ac9e";
date = "20150126";
in
stdenv.mkDerivation rec {
name = "tox-core-${date}-${builtins.substring 0 7 version}";
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
owner = "irungentoo";
repo = "toxcore";
rev = version;
sha256 = "1wd817kix3zjyzzb68jz02iir3z4y5k5p40dgl7a29757yb9m608";
sha256 = "152yamak9ykl8dgkx1qzyrpa3f4xr1s8lgcb5k58r9lb1iwnhvqc";
};
NIX_LDFLAGS = "-lgcc_s";