about summary refs log tree commit diff
path: root/pkgs/development/libraries/libquotient
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-08-27 11:12:25 +0200
committerMatthias Beyer <mail@beyermatthias.de>2023-08-27 11:12:25 +0200
commit4cf8b0a644da5198cc13500dca421eee9d7b4b35 (patch)
treee45933c5f51732db46a5ea2205c04cf7cc6606ba /pkgs/development/libraries/libquotient
parent9bb49e499fc2e3113fd9c5f418c99cbf86ebd599 (diff)
libquotient: 0.8.0 -> 0.8.1.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'pkgs/development/libraries/libquotient')
-rw-r--r--pkgs/development/libraries/libquotient/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libquotient/default.nix b/pkgs/development/libraries/libquotient/default.nix
index 24661c082ae4a..6300ece171273 100644
--- a/pkgs/development/libraries/libquotient/default.nix
+++ b/pkgs/development/libraries/libquotient/default.nix
@@ -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 ];