tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
quaternion: 0.0.4 -> 0.0.5
Peter Hoeg
8 years ago
f36304fc
07e59756
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
instant-messengers
quaternion
default.nix
+3
-3
pkgs/applications/networking/instant-messengers/quaternion/default.nix
···
2
3
stdenv.mkDerivation rec {
4
name = "quaternion-${version}";
5
-
version = "0.0.4";
6
7
-
# libqmatrixclient doesn't support dynamic linking as of 0.1 so we simply pull in the source
8
9
src = fetchFromGitHub {
10
owner = "QMatrixClient";
11
repo = "Quaternion";
12
rev = "v${version}";
13
-
sha256 = "1nbxlflm94pb19gdwb95z92kzg4px97dmp8av3mj4imk1ysnyrvi";
14
};
15
16
buildInputs = [ qtbase qtquickcontrols libqmatrixclient ];
···
2
3
stdenv.mkDerivation rec {
4
name = "quaternion-${version}";
5
+
version = "0.0.5";
6
7
+
# libqmatrixclient doesn't support dynamic linking as of 0.2 so we simply pull in the source
8
9
src = fetchFromGitHub {
10
owner = "QMatrixClient";
11
repo = "Quaternion";
12
rev = "v${version}";
13
+
sha256 = "14xmaq446aggqhpcilahrw2mr5gf2mlr1xzyp7r6amrnmnqsyxrd";
14
};
15
16
buildInputs = [ qtbase qtquickcontrols libqmatrixclient ];