libquotient: 0.8.0 -> 0.8.1.1

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2023-08-27 11:12:25 +02:00
parent 9bb49e499f
commit 4cf8b0a644
No known key found for this signature in database

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libquotient";
version = "0.8.0";
version = "0.8.1.1";
src = fetchFromGitHub {
owner = "quotient-im";
repo = "libQuotient";
rev = version;
hash = "sha256-ecTHiWbsNDIUz+Sadh2pVbDRZFzdMkZXBYSjy1JqZrk=";
hash = "sha256-WNLwO2w8FYy12BeqPuiS0wg3fUMwTxfrIF1QwcjE9yQ=";
};
buildInputs = [ olm openssl qtbase qtmultimedia qtkeychain ];