qtox: 1.16.1 -> 1.16.3 (#46204)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
qtox
This commit is contained in:
R. RyanTM 2018-09-18 09:12:37 -07:00 committed by xeji
parent c9a8631201
commit 9d288e7da3

View file

@ -7,7 +7,7 @@
, AVFoundation ? null }:
let
version = "1.16.1";
version = "1.16.3";
rev = "v${version}";
in mkDerivation rec {
@ -16,7 +16,7 @@ in mkDerivation rec {
src = fetchFromGitHub {
owner = "qTox";
repo = "qTox";
sha256 = "05cz67yvdqjv1dmqycnc5rd0275zh94wyaa7sqdkr1iw8k5h955n";
sha256 = "0qd4nvbrjnnfnk8ghsxq3cd1n1qf1ck5zg6ib11ij2pg03s146pa";
inherit rev;
};