about summary refs log tree commit diff
path: root/pkgs/aszlig
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2021-06-15 23:15:19 +0200
committeraszlig <aszlig@nix.build>2021-06-15 23:15:19 +0200
commitb4a862c072aee156d0d7df43dc3d7d696bf8292a (patch)
tree16d17b124cc9a942b9c146b4913ed6010cb673c6 /pkgs/aszlig
parentbe0fb40a12b5a9301509ad45fda1eda11971fa8e (diff)
psi: Update to latest upstream master
This is mainly to incorporate my latest fix[1] for OMEMO, so in theory
updating the plugins would have been sufficient. However, since I like
to eat the freshest set of new bugs, I also updated everything else
except the theme. The latter seems to be a bit more complicated, since
it changed the way they're building it so I skipped that for now.

[1]: https://github.com/psi-im/plugins/pull/91

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'pkgs/aszlig')
-rw-r--r--pkgs/aszlig/psi/default.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/pkgs/aszlig/psi/default.nix b/pkgs/aszlig/psi/default.nix
index 4efe4e70..36f95bea 100644
--- a/pkgs/aszlig/psi/default.nix
+++ b/pkgs/aszlig/psi/default.nix
@@ -18,13 +18,13 @@ let
 
   usrsctp = stdenv.mkDerivation {
     pname = "usrsctp";
-    version = "git20201119";
+    version = "git20210517";
 
     src = fetchFromGitHub {
       owner = "sctplab";
       repo = "usrsctp";
-      rev = "a17109528c75d01f6372d5c30851a639684c6e99";
-      sha256 = "0dqacva05zrp4wzkbafqgpzrr7bvca4dl81w7r3azglvncpxwgjg";
+      rev = "e984d7f3c1b13d0b0582497b385c93f0e8d89fb3";
+      sha256 = "0rnhbl80l7gv6r9fqja333l8g06h6cj6d422f6wkx22hfxcphxvf";
     };
 
     nativeBuildInputs = [ cmake ];
@@ -32,21 +32,21 @@ let
 
 in stdenv.mkDerivation rec {
   name = "psi-${version}";
-  version = "2.0git20201123aszlig";
+  version = "2.0git20210604aszlig";
 
   src = fetchFromGitHub {
     owner = "psi-im";
     repo = "psi";
-    rev = "aec005072fee81ef1247c6162d18b9c7572fdb31";
-    sha256 = "1a7xb403qz07fyi1zj2a6fpy7c9v4ilfbqf1mw131714szc0nrrc";
+    rev = "ac2d3dc43e5183c8cd897f12b6643de22b5a6a53";
+    sha256 = "0dpp79mmacv14haiscdra3f1znkfzrikw3m9ybq6vbbmsbs860j0";
     fetchSubmodules = true;
   };
 
   plugins = fetchFromGitHub {
     owner = "psi-im";
     repo = "plugins";
-    rev = "b613be9a7d8e91356385466cc33d3906efc1e63b";
-    sha256 = "0kqpspyx18kqd7lw21hh25bfkw66nbnpm9jr3xisyfrva7w5w0s8";
+    rev = "d4824a5c9c13cba0ae03dd265d95b5b921baf001";
+    sha256 = "1wk0ppfzadzq64hh34jr2mc7bw21bw61zd5dwk18sjr107b9khqw";
   };
 
   patches = [