about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2018-07-09 21:52:12 +0800
committerGitHub <noreply@github.com>2018-07-09 21:52:12 +0800
commit476aab54febbeb78a95e0cf946b9949dc9f91e72 (patch)
tree2c9a3bcd3624601d1cdd2a27cb413a32107f7c20 /pkgs
parentb4bc6a639925e2b8380c69e61e7ea6ad5cf9441e (diff)
parent3ee89ea8c71aaa72cc98d7cf499169fe037b949b (diff)
downloadnixlib-476aab54febbeb78a95e0cf946b9949dc9f91e72.tar
nixlib-476aab54febbeb78a95e0cf946b9949dc9f91e72.tar.gz
nixlib-476aab54febbeb78a95e0cf946b9949dc9f91e72.tar.bz2
nixlib-476aab54febbeb78a95e0cf946b9949dc9f91e72.tar.lz
nixlib-476aab54febbeb78a95e0cf946b9949dc9f91e72.tar.xz
nixlib-476aab54febbeb78a95e0cf946b9949dc9f91e72.tar.zst
nixlib-476aab54febbeb78a95e0cf946b9949dc9f91e72.zip
Merge pull request #43220 from peterhoeg/u/qtox
qtox: 1.15.0 -> 1.16.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/instant-messengers/qtox/default.nix4
-rw-r--r--pkgs/development/libraries/libtoxcore/default.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/instant-messengers/qtox/default.nix b/pkgs/applications/networking/instant-messengers/qtox/default.nix
index f7a56d47dbfa..f1d33b83fd0c 100644
--- a/pkgs/applications/networking/instant-messengers/qtox/default.nix
+++ b/pkgs/applications/networking/instant-messengers/qtox/default.nix
@@ -7,7 +7,7 @@
 , AVFoundation ? null }:
 
 let
-  version = "1.15.0";
+  version = "1.16.1";
   rev = "v${version}";
 
 in mkDerivation rec {
@@ -16,7 +16,7 @@ in mkDerivation rec {
   src = fetchFromGitHub {
     owner  = "qTox";
     repo   = "qTox";
-    sha256 = "1garwnlmg452b0bwx36rsh08s15q3zylb26l01iiwg4l9vcaldh9";
+    sha256 = "05cz67yvdqjv1dmqycnc5rd0275zh94wyaa7sqdkr1iw8k5h955n";
     inherit rev;
   };
 
diff --git a/pkgs/development/libraries/libtoxcore/default.nix b/pkgs/development/libraries/libtoxcore/default.nix
index 6256702010f4..a005c8b37465 100644
--- a/pkgs/development/libraries/libtoxcore/default.nix
+++ b/pkgs/development/libraries/libtoxcore/default.nix
@@ -51,7 +51,7 @@ in rec {
   };
 
   libtoxcore_0_2 = generic {
-    version = "0.2.2";
-    sha256 = "1463grbbv009pj2g6dbnyk4lr871vw41962m63v21mmp6dkrr7r5";
+    version = "0.2.3";
+    sha256 = "1z8638cmxssc4jvbf64x549m84pz28729xbxc4c4ss1k792x30ya";
   };
 }