about summary refs log tree commit diff
path: root/pkgs/development/libraries/libquotient
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-08-09 09:26:27 +0200
committerGitHub <noreply@github.com>2023-08-09 09:26:27 +0200
commitaeee6bcaa5754b4501268f6e40a2974d76e0fbee (patch)
tree63fc5b492c3ffd54d62a5373be3ce73577f0529b /pkgs/development/libraries/libquotient
parent5a394f4f01ae7142f2498099a76cccd920925f48 (diff)
parentd306c6b66bd1f806192ada44f12c9878bd347534 (diff)
Merge pull request #243257 from r-ryantm/auto-update/libquotient
libquotient: 0.7.2 -> 0.8.0
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 4bb5ca238a759..24661c082ae4a 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.7.2";
+  version = "0.8.0";
 
   src = fetchFromGitHub {
     owner = "quotient-im";
     repo = "libQuotient";
     rev = version;
-    hash = "sha256-Lq404O2VjZ8vlXOW+rhsvWDvZsNd3APNbv6AadQCjhk=";
+    hash = "sha256-ecTHiWbsNDIUz+Sadh2pVbDRZFzdMkZXBYSjy1JqZrk=";
   };
 
   buildInputs = [ olm openssl qtbase qtmultimedia qtkeychain ];