quaternion: 0.0.4 -> 0.0.5
This commit is contained in:
parent
07e59756ef
commit
f36304fcbc
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "quaternion-${version}";
|
name = "quaternion-${version}";
|
||||||
version = "0.0.4";
|
version = "0.0.5";
|
||||||
|
|
||||||
# libqmatrixclient doesn't support dynamic linking as of 0.1 so we simply pull in the source
|
# libqmatrixclient doesn't support dynamic linking as of 0.2 so we simply pull in the source
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "QMatrixClient";
|
owner = "QMatrixClient";
|
||||||
repo = "Quaternion";
|
repo = "Quaternion";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1nbxlflm94pb19gdwb95z92kzg4px97dmp8av3mj4imk1ysnyrvi";
|
sha256 = "14xmaq446aggqhpcilahrw2mr5gf2mlr1xzyp7r6amrnmnqsyxrd";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qtbase qtquickcontrols libqmatrixclient ];
|
buildInputs = [ qtbase qtquickcontrols libqmatrixclient ];
|
||||||
|
Loading…
Reference in New Issue
Block a user