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

libquotient: 0.6.8 -> 0.6.9
This commit is contained in:
Bobby Rong 2021-09-24 15:05:24 +08:00 committed by GitHub
commit ed19885202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "libquotient";
version = "0.6.8";
version = "0.6.9";
src = fetchFromGitHub {
owner = "quotient-im";
repo = "libQuotient";
rev = version;
sha256 = "sha256-CrAK0yq1upB1+C2z6mqKkSArCmzI+TDEEHTIBWB29Go=";
sha256 = "sha256-1YiS2b4lYknNSB+8LKB/s6AcF0yQVsakrkp6/Sjkczo=";
};
buildInputs = [ qtbase qtmultimedia ];