quaternion: 0.0.4 -> 0.0.5

+3 -3
+3 -3
pkgs/applications/networking/instant-messengers/quaternion/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "quaternion-${version}"; 5 - version = "0.0.4"; 5 + version = "0.0.5"; 6 6 7 - # libqmatrixclient doesn't support dynamic linking as of 0.1 so we simply pull in the source 7 + # libqmatrixclient doesn't support dynamic linking as of 0.2 so we simply pull in the source 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "QMatrixClient"; 11 11 repo = "Quaternion"; 12 12 rev = "v${version}"; 13 - sha256 = "1nbxlflm94pb19gdwb95z92kzg4px97dmp8av3mj4imk1ysnyrvi"; 13 + sha256 = "14xmaq446aggqhpcilahrw2mr5gf2mlr1xzyp7r6amrnmnqsyxrd"; 14 14 }; 15 15 16 16 buildInputs = [ qtbase qtquickcontrols libqmatrixclient ];