From e686e800d47af13550f3f2166d410d76a2de50eb Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 24 Mar 2022 23:43:20 +0100 Subject: psi: Update to latest upstream master The version from 2021 certainly is way too old for my desire to crave new bugs, so let's update it for no particular reason other than gut feeling. Oh, well and of course I saw a bunch of OMEMO plugin fixes, so maybe if you search hard enough you'll find compelling reasons... :-D Signed-off-by: aszlig --- pkgs/aszlig/psi/config.patch | 32 ++++++++++++++++---------------- pkgs/aszlig/psi/default.nix | 14 +++++++------- 2 files changed, 23 insertions(+), 23 deletions(-) (limited to 'pkgs/aszlig/psi') diff --git a/pkgs/aszlig/psi/config.patch b/pkgs/aszlig/psi/config.patch index b122c1b9..0fe49d66 100644 --- a/pkgs/aszlig/psi/config.patch +++ b/pkgs/aszlig/psi/config.patch @@ -1,5 +1,5 @@ diff --git a/options/default.xml b/options/default.xml -index d8dddeb2..a04dc50a 100644 +index f4b71f53..387793a0 100644 --- a/options/default.xml +++ b/options/default.xml @@ -19,7 +19,7 @@ @@ -56,7 +56,7 @@ index d8dddeb2..a04dc50a 100644 true -@@ -343,7 +343,7 @@ QLineEdit#le_status_text { +@@ -344,7 +344,7 @@ QLineEdit#le_status_text { true @@ -65,7 +65,7 @@ index d8dddeb2..a04dc50a 100644 false true -@@ -361,8 +361,8 @@ QLineEdit#le_status_text { +@@ -362,8 +362,8 @@ QLineEdit#le_status_text { @@ -76,7 +76,7 @@ index d8dddeb2..a04dc50a 100644 #969696 -@@ -372,16 +372,16 @@ QLineEdit#le_status_text { +@@ -373,16 +373,16 @@ QLineEdit#le_status_text { #004bb4 #7e0000 #646464 @@ -96,7 +96,7 @@ index d8dddeb2..a04dc50a 100644 -@@ -392,21 +392,21 @@ QLineEdit#le_status_text { +@@ -393,21 +393,21 @@ QLineEdit#le_status_text { Red #910000 @@ -123,7 +123,7 @@ index d8dddeb2..a04dc50a 100644 red grey -@@ -419,10 +419,10 @@ QLineEdit#le_status_text { +@@ -420,10 +420,10 @@ QLineEdit#le_status_text { false @@ -138,7 +138,7 @@ index d8dddeb2..a04dc50a 100644 -@@ -470,20 +470,20 @@ QLineEdit#le_status_text { +@@ -471,20 +471,20 @@ QLineEdit#le_status_text { false @@ -172,16 +172,16 @@ index d8dddeb2..a04dc50a 100644 true -@@ -503,7 +503,7 @@ QLineEdit#le_status_text { +@@ -504,7 +504,7 @@ QLineEdit#le_status_text { close detach - CM + ACM - - - true -@@ -717,7 +717,7 @@ QLineEdit#le_status_text { + + + +@@ -735,7 +735,7 @@ QLineEdit#le_status_text { true @@ -190,7 +190,7 @@ index d8dddeb2..a04dc50a 100644 false true true -@@ -740,7 +740,20 @@ QLineEdit#le_status_text { +@@ -758,7 +758,20 @@ QLineEdit#le_status_text { true false @@ -212,7 +212,7 @@ index d8dddeb2..a04dc50a 100644 submenu false true -@@ -779,5 +792,9 @@ QLineEdit#le_status_text { +@@ -797,5 +810,9 @@ QLineEdit#le_status_text { @@ -224,7 +224,7 @@ index d8dddeb2..a04dc50a 100644 + diff --git a/src/psi_profiles.cpp b/src/psi_profiles.cpp -index a3d441c0..ede53edf 100644 +index 97c44218..d5fa9d53 100644 --- a/src/psi_profiles.cpp +++ b/src/psi_profiles.cpp @@ -74,8 +74,8 @@ void UserAccount::reset() @@ -247,7 +247,7 @@ index a3d441c0..ede53edf 100644 priority = 55; ibbOnly = false; opt_keepAlive = true; -@@ -127,7 +127,7 @@ void UserAccount::reset() +@@ -128,7 +128,7 @@ void UserAccount::reset() << "stun.voipbuster.com" << "stun.voxgratia.org"; diff --git a/pkgs/aszlig/psi/default.nix b/pkgs/aszlig/psi/default.nix index f92d1d7c..9f0f12b8 100644 --- a/pkgs/aszlig/psi/default.nix +++ b/pkgs/aszlig/psi/default.nix @@ -18,12 +18,12 @@ let usrsctp = stdenv.mkDerivation { pname = "usrsctp"; - version = "git20210517"; + version = "git20220218"; src = fetchFromGitHub { owner = "sctplab"; repo = "usrsctp"; - rev = "e984d7f3c1b13d0b0582497b385c93f0e8d89fb3"; + rev = "b29c220387d78a48d78186628d4653c89da5dd30"; sha256 = "0rnhbl80l7gv6r9fqja333l8g06h6cj6d422f6wkx22hfxcphxvf"; }; @@ -32,21 +32,21 @@ let in stdenv.mkDerivation rec { name = "psi-${version}"; - version = "2.0git20210604aszlig"; + version = "2.0git20220315aszlig"; src = fetchFromGitHub { owner = "psi-im"; repo = "psi"; - rev = "ac2d3dc43e5183c8cd897f12b6643de22b5a6a53"; - sha256 = "0dpp79mmacv14haiscdra3f1znkfzrikw3m9ybq6vbbmsbs860j0"; + rev = "e7958dad81c870da52ad4c6d8beb8e60d736f73c"; + hash = "sha256-qhoqmdVHN6aZLMkRSBoJ+lDcIizNM/TyHWi/Ez5lj1g"; fetchSubmodules = true; }; plugins = fetchFromGitHub { owner = "psi-im"; repo = "plugins"; - rev = "d4824a5c9c13cba0ae03dd265d95b5b921baf001"; - sha256 = "1wk0ppfzadzq64hh34jr2mc7bw21bw61zd5dwk18sjr107b9khqw"; + rev = "ddfcbe1cfdb3afc221547bd4d658c51342cd084b"; + hash = "sha256-UEdYAGyRxdLKx7GfXN7bnu9NRRJuEeZYrtVciNnl52E"; }; patches = [ -- cgit 1.4.1