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 { mkDerivation rec {
pname = "libquotient"; pname = "libquotient";
version = "0.6.5"; version = "0.6.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "quotient-im"; owner = "quotient-im";
repo = "libQuotient"; repo = "libQuotient";
rev = version; rev = version;
sha256 = "sha256-TAfo4BkNHE8r32FPT2iDjddq2lk1yC9DrRGZurSO48c="; sha256 = "sha256-QSpkcQEDTMsFbQBa7dTuL/5HraVChUHqUuJdNMty/4s=";
}; };
buildInputs = [ qtbase qtmultimedia ]; buildInputs = [ qtbase qtmultimedia ];