psi-plus: 1.2.235 -> 1.3.410
This commit is contained in:
parent
2e0befd22e
commit
6767396e38
@ -1,24 +1,24 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake
|
{ stdenv, fetchFromGitHub, cmake
|
||||||
, qt5, libidn, qca2-qt5, libXScrnSaver, hunspell
|
, qt5, libidn, qca2-qt5, libXScrnSaver, hunspell
|
||||||
, libgcrypt, libotr, html-tidy, libgpgerror
|
, libgcrypt, libotr, html-tidy, libgpgerror, libsignal-protocol-c
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "psi-plus-${version}";
|
name = "psi-plus-${version}";
|
||||||
version = "1.2.235";
|
version = "1.3.410";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "psi-plus";
|
owner = "psi-plus";
|
||||||
repo = "psi-plus-snapshots";
|
repo = "psi-plus-snapshots";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "0rc65gs6m3jxg407r99kikdylvrar5mq7x5m66ma604yk5igwg47";
|
sha256 = "02m984z2dfmlx522q9x1z0aalvi2mi48s5ghhs80hr5afnfyc5w6";
|
||||||
};
|
};
|
||||||
|
|
||||||
resources = fetchFromGitHub {
|
resources = fetchFromGitHub {
|
||||||
owner = "psi-plus";
|
owner = "psi-plus";
|
||||||
repo = "resources";
|
repo = "resources";
|
||||||
rev = "8f5038380e1be884b04b5a1ad3cc3385e793f668";
|
rev = "c0bfb8a025eeec82cd0a23a559e0aa3da15c3ec3";
|
||||||
sha256 = "1b8a2aixg966fzjwp9hz51rc31imyvpx014mp2fsm47k8na4470d";
|
sha256 = "1q7v01w085vk7ml6gwis7j409w6f5cplpm7c0ajs4i93c4j53xdf";
|
||||||
};
|
};
|
||||||
|
|
||||||
postUnpack = ''
|
postUnpack = ''
|
||||||
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
qt5.qtbase qt5.qtmultimedia qt5.qtx11extras qt5.qttools qt5.qtwebkit
|
qt5.qtbase qt5.qtmultimedia qt5.qtx11extras qt5.qttools qt5.qtwebkit
|
||||||
libidn qca2-qt5 libXScrnSaver hunspell
|
libidn qca2-qt5 libXScrnSaver hunspell
|
||||||
libgcrypt libotr html-tidy libgpgerror
|
libgcrypt libotr html-tidy libgpgerror libsignal-protocol-c
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user