Skip to content

Commit 79d05b0

Browse files
88572toastal
andcommitted
psi-plus: 1.5.1653 → 1.5.2072
Co-Authored-By: โทสฺตัล <[email protected]>
1 parent 69ebbfb commit 79d05b0

File tree

1 file changed

+8
-5
lines changed
  • pkgs/applications/networking/instant-messengers/psi-plus

1 file changed

+8
-5
lines changed

pkgs/applications/networking/instant-messengers/psi-plus/default.nix

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,21 @@
1616
libgcrypt,
1717
libgpg-error,
1818
usrsctp,
19+
qtkeychain,
1920

2021
chatType ? "basic", # See the assertion below for available options
2122
qtwebkit,
2223
qtwebengine,
2324

2425
enablePlugins ? true,
2526
html-tidy,
27+
http-parser,
2628
libotr,
27-
libsignal-protocol-c,
29+
libomemo-c,
2830

2931
# Voice messages
3032
voiceMessagesSupport ? true,
3133
gst_all_1,
32-
3334
enablePsiMedia ? false,
3435
pkg-config,
3536
}:
@@ -44,13 +45,13 @@ assert enablePsiMedia -> enablePlugins;
4445

4546
mkDerivation rec {
4647
pname = "psi-plus";
47-
version = "1.5.1653";
4848

49+
version = "1.5.2072";
4950
src = fetchFromGitHub {
5051
owner = "psi-plus";
5152
repo = "psi-plus-snapshots";
5253
rev = version;
53-
sha256 = "sha256-9WT2S6ZgIsrHoEAvlWUB078gzCdrPylvSjkkogU5tsU=";
54+
sha256 = "sha256-RlZwMBWjhCTEEV08UHbf8NvuqmuihXwR1aA/vMmD1BM=";
5455
};
5556

5657
cmakeFlags = [
@@ -82,15 +83,17 @@ mkDerivation rec {
8283
libgcrypt
8384
libgpg-error
8485
usrsctp
86+
qtkeychain
8587
]
8688
++ lib.optionals voiceMessagesSupport [
8789
gst_all_1.gst-plugins-base
8890
gst_all_1.gst-plugins-good
8991
]
9092
++ lib.optionals enablePlugins [
9193
html-tidy
94+
http-parser
9295
libotr
93-
libsignal-protocol-c
96+
libomemo-c
9497
]
9598
++ lib.optionals (chatType == "webkit") [
9699
qtwebkit

0 commit comments

Comments
 (0)