libquotient: 0.6.7 -> 0.6.8

This commit is contained in:
R. RyanTM 2021-08-25 08:10:08 +00:00
parent 002e0737ff
commit b0483dff75

View File

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "libquotient";
version = "0.6.7";
version = "0.6.8";
src = fetchFromGitHub {
owner = "quotient-im";
repo = "libQuotient";
rev = version;
sha256 = "sha256-fAzYv9OsanXqocEvbSB3OA9OVicwcZ0xT9uYbrFPEHc=";
sha256 = "sha256-CrAK0yq1upB1+C2z6mqKkSArCmzI+TDEEHTIBWB29Go=";
};
buildInputs = [ qtbase qtmultimedia ];