about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/qtox
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2018-07-08 20:35:30 +0800
committerPeter Hoeg <peter@hoeg.com>2018-07-08 20:35:30 +0800
commit3ee89ea8c71aaa72cc98d7cf499169fe037b949b (patch)
tree7aad6912a416c8fa3c6a654cef94d6ed3c1cb6dd /pkgs/applications/networking/instant-messengers/qtox
parent8374b9ddbf9b43cdc49bec8b83526fcc6cdf6ff3 (diff)
qtox: 1.15.0 -> 1.16.1
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/qtox')
-rw-r--r--pkgs/applications/networking/instant-messengers/qtox/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/qtox/default.nix b/pkgs/applications/networking/instant-messengers/qtox/default.nix
index f7a56d47dbfa7..f1d33b83fd0cc 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;
   };