summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-26 18:24:29 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-11-26 18:24:29 +0000
commit8f72150d9dbf71041ddf602e8398a3236bf88b7b (patch)
tree892cd245e57f4699e9ee2ad91b546934731a2a2d /pkgs/applications/networking
parent28ee64cd0de260e2409ef75653cbcd88b595ec4e (diff)
qtox: 1.17.2 -> 1.17.3
Diffstat (limited to 'pkgs/applications/networking')
-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 0df7a5d8e560..952182def26d 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.17.2";
+ version = "1.17.3";
rev = "v${version}";
in mkDerivation {
@@ -17,7 +17,7 @@ in mkDerivation {
src = fetchFromGitHub {
owner = "qTox";
repo = "qTox";
- sha256 = "04pbv1zsxy8dph2v0r9xc8lcm5g6604pwnppi3la5w46ihbwxlb9";
+ sha256 = "19xgw9bqirxbgvj5cdh20qxh61pkwk838lq1l78n6py1qrs7z5wp";
inherit rev;
};