···2233stdenv.mkDerivation rec {
44 name = "quaternion-${version}";
55- version = "0.0.4";
55+ version = "0.0.5";
6677- # libqmatrixclient doesn't support dynamic linking as of 0.1 so we simply pull in the source
77+ # libqmatrixclient doesn't support dynamic linking as of 0.2 so we simply pull in the source
8899 src = fetchFromGitHub {
1010 owner = "QMatrixClient";
1111 repo = "Quaternion";
1212 rev = "v${version}";
1313- sha256 = "1nbxlflm94pb19gdwb95z92kzg4px97dmp8av3mj4imk1ysnyrvi";
1313+ sha256 = "14xmaq446aggqhpcilahrw2mr5gf2mlr1xzyp7r6amrnmnqsyxrd";
1414 };
15151616 buildInputs = [ qtbase qtquickcontrols libqmatrixclient ];