about summary refs log tree commit diff
path: root/pkgs/development/libraries/libtoxcore
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2014-09-23 23:05:33 +0200
committerLluís Batlle i Rossell <viric@viric.name>2014-09-29 10:24:36 +0200
commit93fd8fb3a54b21e836b5e06acff0ddb1dbc20d4b (patch)
treedfd8da31701c88df653bf590a4b75e9808e5776b /pkgs/development/libraries/libtoxcore
parent4f5a71385e6bbc46a010291886c7756349cbe99f (diff)
downloadnixlib-93fd8fb3a54b21e836b5e06acff0ddb1dbc20d4b.tar
nixlib-93fd8fb3a54b21e836b5e06acff0ddb1dbc20d4b.tar.gz
nixlib-93fd8fb3a54b21e836b5e06acff0ddb1dbc20d4b.tar.bz2
nixlib-93fd8fb3a54b21e836b5e06acff0ddb1dbc20d4b.tar.lz
nixlib-93fd8fb3a54b21e836b5e06acff0ddb1dbc20d4b.tar.xz
nixlib-93fd8fb3a54b21e836b5e06acff0ddb1dbc20d4b.tar.zst
nixlib-93fd8fb3a54b21e836b5e06acff0ddb1dbc20d4b.zip
Updating utox/libtoxcore to the latest, to fix utox build.
There was a test failing. I also renamed the attr uTox to utox, for the more
common lowercase in all-packages.
Diffstat (limited to 'pkgs/development/libraries/libtoxcore')
-rw-r--r--pkgs/development/libraries/libtoxcore/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libtoxcore/default.nix b/pkgs/development/libraries/libtoxcore/default.nix
index 28031d6839bd..f6bdbdb3c75f 100644
--- a/pkgs/development/libraries/libtoxcore/default.nix
+++ b/pkgs/development/libraries/libtoxcore/default.nix
@@ -2,8 +2,8 @@
 , libvpx, check, libconfig, pkgconfig }:
 
 let
-  version = "7ec83c3623";
-  date = "20140918";
+  version = "900d72f951";
+  date = "20140921";
 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 = "026zv0brdqxf0h6zgyqpb55099yc6ghqgf8lrkdsfrrpb7ilg0is";
+    sha256 = "1fwgflizb21mp4jwkfac7mgmahlly1f3ldbma6h8h6a2qf3pkn2r";
   };
 
   NIX_LDFLAGS = "-lgcc_s";