about summary refs log tree commit diff
path: root/pkgs/development/libraries/libquotient
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-08-25 08:10:08 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-08-25 08:10:08 +0000
commitb0483dff7550760e072f760d4053310cca6723f8 (patch)
tree8a968ecf40af7c727ce3fcdb816e01e74770a88c /pkgs/development/libraries/libquotient
parent002e0737ff526e15e30ce6be41fc0037d8e88ab7 (diff)
libquotient: 0.6.7 -> 0.6.8
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 7c89e98576af7..6264a9de36915 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.7";
+  version = "0.6.8";
 
   src = fetchFromGitHub {
     owner = "quotient-im";
     repo = "libQuotient";
     rev = version;
-    sha256 = "sha256-fAzYv9OsanXqocEvbSB3OA9OVicwcZ0xT9uYbrFPEHc=";
+    sha256 = "sha256-CrAK0yq1upB1+C2z6mqKkSArCmzI+TDEEHTIBWB29Go=";
   };
 
   buildInputs = [ qtbase qtmultimedia ];