aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libquotient
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-10-25 19:19:16 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-10-25 19:19:16 +0000
commit47b8d564de57d582b5c7f97ca2cf8faf099b4750 (patch)
treeb75d43a18d638301a1c69bdc104e6dc5f7db55ba /pkgs/development/libraries/libquotient
parent4effe769e2b892aa2d406486b2800e4309b565af (diff)
libquotient: 0.6.0 -> 0.6.2
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 c1cd3ca8d59f..4971e37a4272 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.0";
+ version = "0.6.2";
src = fetchFromGitHub {
owner = "quotient-im";
repo = "libQuotient";
rev = version;
- sha256 = "1wpjrihi2gci3kwq9b3i3avd6bk3x7g22r0n6hvlphapkaf1ig6y";
+ sha256 = "1721cy6zaq086nrwh9x4d7k1jiaygg1wkvyx486i9bj9z53lc3wd";
};
buildInputs = [ qtbase qtmultimedia ];