libquotient: 0.6.5 -> 0.6.6

This commit is contained in:
R. RyanTM 2021-03-19 16:52:42 +00:00 committed by Peter Hoeg
parent 87b5c57480
commit 6cdd34382a

View file

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "libquotient";
version = "0.6.5";
version = "0.6.6";
src = fetchFromGitHub {
owner = "quotient-im";
repo = "libQuotient";
rev = version;
sha256 = "sha256-TAfo4BkNHE8r32FPT2iDjddq2lk1yC9DrRGZurSO48c=";
sha256 = "sha256-QSpkcQEDTMsFbQBa7dTuL/5HraVChUHqUuJdNMty/4s=";
};
buildInputs = [ qtbase qtmultimedia ];