Skip to content

Commit 6e738df

Browse files
committedMay 9, 2017
qtox: 1.9.0 -> 1.10.0
1 parent f80d789 commit 6e738df

File tree

1 file changed

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

1 file changed

+4
-5
lines changed
 

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

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

77
stdenv.mkDerivation rec {
88
name = "qtox-${version}";
9-
version = "1.9.0";
9+
version = "1.10.0";
1010

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

1818
buildInputs = [
@@ -34,8 +34,7 @@ stdenv.mkDerivation rec {
3434
installPhase = ''
3535
runHook preInstall
3636
37-
mkdir -p $out/bin
38-
cp qtox $out/bin
37+
install -Dm755 qtox $out/bin/qtox
3938
wrapQtProgram $out/bin/qtox
4039
4140
runHook postInstall
@@ -46,7 +45,7 @@ stdenv.mkDerivation rec {
4645
meta = with stdenv.lib; {
4746
description = "Qt Tox client";
4847
license = licenses.gpl3;
49-
maintainers = with maintainers; [ viric jgeerds akaWolf ];
48+
maintainers = with maintainers; [ viric jgeerds akaWolf peterhoeg ];
5049
platforms = platforms.all;
5150
};
5251
}

0 commit comments

Comments
 (0)
Please sign in to comment.