Updating toxic and toxcore to newer code.

This commit is contained in:
Lluís Batlle i Rossell 2014-02-24 19:17:46 +01:00
parent d5211b0e0e
commit 9c36f01edd
2 changed files with 6 additions and 6 deletions

View File

@ -2,8 +2,8 @@
, libtoxcore, pkgconfig }: , libtoxcore, pkgconfig }:
let let
version = "da99d776df"; version = "b308e19e6b";
date = "20140203"; date = "20140224";
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "toxic-${date}-${version}"; name = "toxic-${date}-${version}";
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
src = fetchurl { src = fetchurl {
url = "https://github.com/Tox/toxic/tarball/${version}"; url = "https://github.com/Tox/toxic/tarball/${version}";
name = "${name}.tar.gz"; name = "${name}.tar.gz";
sha256 = "0d97crkslyk7sgcsawnnwyzp31azp80yprpd6xqjcraxd442dfyj"; sha256 = "0fgkvnpy3dl2h378h796z9md0zg05b3174fgx17b919av6j9x4ma";
}; };
preConfigure = '' preConfigure = ''

View File

@ -2,8 +2,8 @@
, libconfig, pkgconfig }: , libconfig, pkgconfig }:
let let
version = "dbe256cc82"; version = "388b1229b";
date = "20140203"; date = "20140220";
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "tox-core-${date}-${version}"; name = "tox-core-${date}-${version}";
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
src = fetchurl { src = fetchurl {
url = "https://github.com/irungentoo/ProjectTox-Core/tarball/${version}"; url = "https://github.com/irungentoo/ProjectTox-Core/tarball/${version}";
name = "${name}.tar.gz"; name = "${name}.tar.gz";
sha256 = "0mqbwwqbm15p16ya8nlij23fgbafjdmnc44nm2vh47m8pyb119lc"; sha256 = "12vggiv0gyv8a2rd5qrv04b7yhfhxb7r0yh75gg5n4jdpcbhvgsd";
}; };
preConfigure = '' preConfigure = ''