Skip to content

Commit 8b47077

Browse files
committedJul 17, 2017
qtox: 1.10.2 -> 1.11.0
1 parent 66af169 commit 8b47077

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/networking/instant-messengers/qtox

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/networking/instant-messengers/qtox/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
mkDerivation rec {
88
name = "qtox-${version}";
9-
version = "1.10.2";
9+
version = "1.11.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "tux3";
1313
repo = "qTox";
1414
rev = "v${version}";
15-
sha256 = "0c2633rc9l73q9qs9hybn11hmlqbwsvih3sf6jk1jp4151k5wp1y";
15+
sha256 = "0h8v359h1xn2xm6xa9q56mjiw58ap1bpiwx1dxxmphjildxadwck";
1616
};
1717

1818
buildInputs = [

0 commit comments

Comments
 (0)
Please sign in to comment.