about summary refs log tree commit diff
path: root/pkgs/development/libraries/libquotient
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2021-02-24 08:54:22 +0800
committerPeter Hoeg <peter@hoeg.com>2021-02-24 12:15:46 +0800
commit012a88373393e6f5844fd31e0a362f3f4db36eee (patch)
tree5cd2c21b8b3647b7f429da7f408946938afe0daf /pkgs/development/libraries/libquotient
parentebe2a8b77ffb0e512a8168f1287e734a4f262196 (diff)
libquotient: 0.6.4 -> 0.6.5
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 10b2451e7c850..24cd29dcb10b4 100644
--- a/pkgs/development/libraries/libquotient/default.nix
+++ b/pkgs/development/libraries/libquotient/default.nix
@@ -2,13 +2,13 @@
 
 mkDerivation rec {
   pname = "libquotient";
-  version = "0.6.4";
+  version = "0.6.5";
 
   src = fetchFromGitHub {
     owner = "quotient-im";
     repo = "libQuotient";
     rev = version;
-    sha256 = "sha256-bWqZiRv/mJzw+WY+7dLIzYBu8jhglBqgTjiXyQ1y6IQ=";
+    sha256 = "sha256-TAfo4BkNHE8r32FPT2iDjddq2lk1yC9DrRGZurSO48c=";
   };
 
   buildInputs = [ qtbase qtmultimedia ];