We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 66af169 commit 8b47077Copy full SHA for 8b47077
pkgs/applications/networking/instant-messengers/qtox/default.nix
@@ -6,13 +6,13 @@
6
7
mkDerivation rec {
8
name = "qtox-${version}";
9
- version = "1.10.2";
+ version = "1.11.0";
10
11
src = fetchFromGitHub {
12
owner = "tux3";
13
repo = "qTox";
14
rev = "v${version}";
15
- sha256 = "0c2633rc9l73q9qs9hybn11hmlqbwsvih3sf6jk1jp4151k5wp1y";
+ sha256 = "0h8v359h1xn2xm6xa9q56mjiw58ap1bpiwx1dxxmphjildxadwck";
16
};
17
18
buildInputs = [
0 commit comments