about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-09-06 00:23:16 +0200
committerGitHub <noreply@github.com>2023-09-06 00:23:16 +0200
commitd3a624e5a4b926c81f732e3e9812e228f8ca712f (patch)
tree19031c7707e08dea9b6e004262751cd395a34ff3 /pkgs/development
parentcd23e29c71d74e3042b9e05f281268b52efa555e (diff)
parent4cf8b0a644da5198cc13500dca421eee9d7b4b35 (diff)
Merge pull request #251743 from matthiasbeyer/update-libquotient
libquotient: 0.8.0 -> 0.8.1.1
Diffstat (limited to 'pkgs/development')
-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 ];