Skip to content

Commit 27aac7a

Browse files
committedJun 2, 2017
qtox: 1.10.1 -> 1.10.2
1 parent 5b1de5b commit 27aac7a

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
stdenv.mkDerivation rec {
88
name = "qtox-${version}";
9-
version = "1.10.1";
9+
version = "1.10.2";
1010

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

1818
buildInputs = [

0 commit comments

Comments
 (0)
Please sign in to comment.