File tree 1 file changed +4
-5
lines changed
pkgs/applications/networking/instant-messengers/qtox
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 6
6
7
7
stdenv . mkDerivation rec {
8
8
name = "qtox-${ version } " ;
9
- version = "1.9 .0" ;
9
+ version = "1.10 .0" ;
10
10
11
11
src = fetchFromGitHub {
12
12
owner = "tux3" ;
13
13
repo = "qTox" ;
14
14
rev = "v${ version } " ;
15
- sha256 = "0l008mzrs1wsv5cbzxjkv3k48lghlcdsp8blqrkihjv5gcn3psml " ;
15
+ sha256 = "00pbb788147qxpzj3kfp6x6a9w2h8rmz0sdwfzzdjh1qyb43d4q0 " ;
16
16
} ;
17
17
18
18
buildInputs = [
@@ -34,8 +34,7 @@ stdenv.mkDerivation rec {
34
34
installPhase = ''
35
35
runHook preInstall
36
36
37
- mkdir -p $out/bin
38
- cp qtox $out/bin
37
+ install -Dm755 qtox $out/bin/qtox
39
38
wrapQtProgram $out/bin/qtox
40
39
41
40
runHook postInstall
@@ -46,7 +45,7 @@ stdenv.mkDerivation rec {
46
45
meta = with stdenv . lib ; {
47
46
description = "Qt Tox client" ;
48
47
license = licenses . gpl3 ;
49
- maintainers = with maintainers ; [ viric jgeerds akaWolf ] ;
48
+ maintainers = with maintainers ; [ viric jgeerds akaWolf peterhoeg ] ;
50
49
platforms = platforms . all ;
51
50
} ;
52
51
}
You can’t perform that action at this time.
0 commit comments