summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-06-08 22:36:22 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-06-14 16:23:00 -0700
commit177b106e99f3684b9d9a7be31fa9b35caeec1d7c (patch)
tree8192b780881dfd2300f3f7e999b9d6ef455f541d /pkgs/development/libraries
parent9492a02002858610b2ba31d02a3447b6a2594e2e (diff)
downloadnixpkgs-177b106e99f3684b9d9a7be31fa9b35caeec1d7c.tar
nixpkgs-177b106e99f3684b9d9a7be31fa9b35caeec1d7c.tar.gz
nixpkgs-177b106e99f3684b9d9a7be31fa9b35caeec1d7c.tar.bz2
nixpkgs-177b106e99f3684b9d9a7be31fa9b35caeec1d7c.tar.lz
nixpkgs-177b106e99f3684b9d9a7be31fa9b35caeec1d7c.tar.xz
nixpkgs-177b106e99f3684b9d9a7be31fa9b35caeec1d7c.tar.zst
nixpkgs-177b106e99f3684b9d9a7be31fa9b35caeec1d7c.zip
libquotient: 0.6.6 -> 0.6.7
Diffstat (limited to 'pkgs/development/libraries')
-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 f4fe894eaf4..7c89e98576a 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.6";
+  version = "0.6.7";
 
   src = fetchFromGitHub {
     owner = "quotient-im";
     repo = "libQuotient";
     rev = version;
-    sha256 = "sha256-QSpkcQEDTMsFbQBa7dTuL/5HraVChUHqUuJdNMty/4s=";
+    sha256 = "sha256-fAzYv9OsanXqocEvbSB3OA9OVicwcZ0xT9uYbrFPEHc=";
   };
 
   buildInputs = [ qtbase qtmultimedia ];