···40404141assert enablePsiMedia -> enablePlugins;
42424343-mkDerivation rec {
4343+mkDerivation {
4444 pname = "psi-plus";
4545- version = "1.5.1549";
4545+4646+ # Version mask is “X.X.XXXX-R” where “X.X.XXXX” is a mandatory version of Psi
4747+ # and “-R” ending is optional revision number.
4848+ #
4949+ # The “psi-plus-snapshots” generally provides snapshots of these separate
5050+ # repositories glued together (there are also dependencies/libraries):
5151+ #
5252+ # 1. Psi
5353+ # 2. Plugins pack for Psi
5454+ # 3. “psimedia” plugin
5555+ # 4. Resources for Psi (icons, skins, sounds)
5656+ #
5757+ # “X.X.XXXX” is literally a version of Psi.
5858+ # So often when for instance plugins are updated separately a new snapshot is
5959+ # created. And that snapshot would also be linked to “X.X.XXXX” version.
6060+ # So many commits may have the same associated version of the snapshot.
6161+ # But mind that only one Git tag is created for “X.X.XXXX” version.
6262+ #
6363+ # It’s not yet defined in the Psi+ project what value to use as a version for
6464+ # any further releases that don’t change Psi version.
6565+ #
6666+ # Let’s do what Debian does for instance (appends “-R” where “R” is a revision
6767+ # number).
6868+ # E.g. https://tracker.debian.org/news/1226321/psi-plus-14554-5-migrated-to-testing/
6969+ #
7070+ # This has been communicated with the Psi+ main devs in this XMPP MUC chat:
7171+ # psi-dev@conference.jabber.ru
7272+ #
7373+ version = "1.5.1556-2";
46744775 src = fetchFromGitHub {
4876 owner = "psi-plus";
4977 repo = "psi-plus-snapshots";
5050- rev = version;
5151- sha256 = "0jpv6qzfg6xjwkrnci7fav27nxm174i9l5g4vmsbchqpwfk90z2m";
7878+ rev = "635879010b6697f7041a7bbea1853a1f4673c7f7";
7979+ sha256 = "18xvljcm0a9swkyz4diwxi4xaj0w27jnhfgpi8fv5fj11j0g1b3a";
5280 };
53815482 cmakeFlags = [
···9612497125 meta = with lib; {
98126 homepage = "https://psi-plus.com";
9999- description = "XMPP (Jabber) client";
127127+ description = "XMPP (Jabber) client based on Qt5";
100128 maintainers = with maintainers; [ orivej misuzu unclechu ];
101129 license = licenses.gpl2Only;
102130 platforms = platforms.linux;