summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2013-11-12 15:50:53 +0100
committerLluís Batlle i Rossell <viric@viric.name>2013-11-13 09:21:44 +0100
commitfda66c9ff4b2ede4cb826a60e8d911b6988e8a30 (patch)
treea4ae7bc4f7dd5953362044ef99f30644c80b4de1 /pkgs
parent26d7598d464127157d3ca49d9c71561d70f1d209 (diff)
downloadnixpkgs-fda66c9ff4b2ede4cb826a60e8d911b6988e8a30.tar
nixpkgs-fda66c9ff4b2ede4cb826a60e8d911b6988e8a30.tar.gz
nixpkgs-fda66c9ff4b2ede4cb826a60e8d911b6988e8a30.tar.bz2
nixpkgs-fda66c9ff4b2ede4cb826a60e8d911b6988e8a30.tar.lz
nixpkgs-fda66c9ff4b2ede4cb826a60e8d911b6988e8a30.tar.xz
nixpkgs-fda66c9ff4b2ede4cb826a60e8d911b6988e8a30.tar.zst
nixpkgs-fda66c9ff4b2ede4cb826a60e8d911b6988e8a30.zip
Updating tox to master
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/instant-messengers/toxic/default.nix6
-rw-r--r--pkgs/development/libraries/libtoxcore/default.nix6
2 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/networking/instant-messengers/toxic/default.nix b/pkgs/applications/networking/instant-messengers/toxic/default.nix
index c2af1274a24..59aef8c6c43 100644
--- a/pkgs/applications/networking/instant-messengers/toxic/default.nix
+++ b/pkgs/applications/networking/instant-messengers/toxic/default.nix
@@ -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 = ''
diff --git a/pkgs/development/libraries/libtoxcore/default.nix b/pkgs/development/libraries/libtoxcore/default.nix
index 0098ddb9d77..a3de6f99418 100644
--- a/pkgs/development/libraries/libtoxcore/default.nix
+++ b/pkgs/development/libraries/libtoxcore/default.nix
@@ -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 = ''