Merge pull request #135645 from r-ryantm/auto-update/libquotient

libquotient: 0.6.7 -> 0.6.8
This commit is contained in:
Mario Rodas 2021-08-29 01:37:02 -05:00 committed by GitHub
commit 8f40bb53b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 ];