Updating tox to master

This commit is contained in:
Lluís Batlle i Rossell 2013-11-12 15:50:53 +01:00
parent 26d7598d46
commit fda66c9ff4
2 changed files with 6 additions and 6 deletions

View file

@ -2,8 +2,8 @@
, libtoxcore, pkgconfig }:
let
version = "75d356e52a";
date = "20131011";
version = "5570b7c98aa";
date = "20131112";
in
stdenv.mkDerivation rec {
name = "toxic-${date}-${version}";
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://github.com/Tox/toxic/tarball/${version}";
name = "${name}.tar.gz";
sha256 = "14wyvms8l07sl88g8y6g2jv95sq7cnhbaqf4n32xxilch8rymq47";
sha256 = "02jfdp10qcw4w62qpra59m9yzzk7a3k2nypkbq5q7ydksbqlx8sj";
};
preConfigure = ''

View file

@ -2,8 +2,8 @@
, libconfig, pkgconfig }:
let
version = "31f5d7a8ab";
date = "20131011";
version = "18c98eb";
date = "20131112";
in
stdenv.mkDerivation rec {
name = "tox-core-${date}-${version}";
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://github.com/irungentoo/ProjectTox-Core/tarball/${version}";
name = "${name}.tar.gz";
sha256 = "0frz8ylvi33i7zkiz3hp28ylqg4c3ffrbc2m3ibb4zv9rwfzf77r";
sha256 = "1g69fz9aspzsrlzlk6fpmjyyhb38v8mmp25nszlbra17n3f209yh";
};
preConfigure = ''