File tree 1 file changed +6
-8
lines changed
pkgs/applications/networking/instant-messengers/quaternion
1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
mkDerivation rec {
4
4
name = "quaternion-git-${ version } " ;
5
- version = "2017-04-15 " ;
5
+ version = "2017-06-29 " ;
6
6
7
7
# quaternion and tensor share the same libqmatrixclient library as a git submodule
8
8
#
@@ -12,9 +12,9 @@ mkDerivation rec {
12
12
# derivation.
13
13
14
14
src = fetchgit {
15
- url = "https://github.com/Fxrh /Quaternion.git" ;
16
- rev = "c35475a6755cdb75e2a6c8ca5b943685d07d9707 " ;
17
- sha256 = "0cm5j4vdnp5cljfnv5jqf89ccymspaqc6j9bb4c1x891vr42np0m " ;
15
+ url = "https://github.com/QMatrixClient /Quaternion.git" ;
16
+ rev = "1febc0178fd3d02b7426f58981b54924ad60c84d " ;
17
+ sha256 = "1whjhlphdhk7kgw2zqc0wj3k2i9gkp79qq2bnrh4mbcp3qmcqngr " ;
18
18
fetchSubmodules = true ;
19
19
} ;
20
20
@@ -28,14 +28,12 @@ mkDerivation rec {
28
28
postInstall = ''
29
29
substituteInPlace $out/share/applications/quaternion.desktop \
30
30
--replace 'Exec=quaternion' "Exec=$out/bin/quaternion"
31
-
32
- rm $out/share/icons/hicolor/icon-theme.cache
33
31
'' ;
34
32
35
33
meta = with lib ; {
36
- homepage = https://matrix.org/docs/projects/client/quaternion.html ;
37
34
description = "Cross-platform desktop IM client for the Matrix protocol" ;
38
- license = licenses . gpl3 ;
35
+ homepage = https://matrix.org/docs/projects/client/quaternion.html ;
36
+ license = licenses . gpl3 ;
39
37
maintainers = with maintainers ; [ peterhoeg ] ;
40
38
inherit ( qtbase . meta ) platforms ;
41
39
inherit version ;
You can’t perform that action at this time.
0 commit comments