Skip to content

Commit f482ea2

Browse files
committedJul 12, 2017
quaternion: 2017-04-15 -> 2017-06-29
1 parent 9ed9542 commit f482ea2

File tree

1 file changed

+6
-8
lines changed
  • pkgs/applications/networking/instant-messengers/quaternion

1 file changed

+6
-8
lines changed
 

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

+6-8
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
mkDerivation rec {
44
name = "quaternion-git-${version}";
5-
version = "2017-04-15";
5+
version = "2017-06-29";
66

77
# quaternion and tensor share the same libqmatrixclient library as a git submodule
88
#
@@ -12,9 +12,9 @@ mkDerivation rec {
1212
# derivation.
1313

1414
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";
1818
fetchSubmodules = true;
1919
};
2020

@@ -28,14 +28,12 @@ mkDerivation rec {
2828
postInstall = ''
2929
substituteInPlace $out/share/applications/quaternion.desktop \
3030
--replace 'Exec=quaternion' "Exec=$out/bin/quaternion"
31-
32-
rm $out/share/icons/hicolor/icon-theme.cache
3331
'';
3432

3533
meta = with lib; {
36-
homepage = https://matrix.org/docs/projects/client/quaternion.html;
3734
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;
3937
maintainers = with maintainers; [ peterhoeg ];
4038
inherit (qtbase.meta) platforms;
4139
inherit version;

0 commit comments

Comments
 (0)