about summary refs log tree commit diff
path: root/pkgs/servers/matrix-synapse
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2022-06-15 12:54:38 +0800
committerNick Cao <nickcao@nichi.co>2022-06-15 20:16:29 +0800
commit402807041adc40950854a38ee6a850f5812ee7ad (patch)
treeb35ea6889f1edc060a3177244c79bbd4a298ec66 /pkgs/servers/matrix-synapse
parent5b9c07333237392c5ef31a9923fff929e4be7c44 (diff)
matrix-synapse: 1.60.0 -> 1.61.0
Diffstat (limited to 'pkgs/servers/matrix-synapse')
-rw-r--r--pkgs/servers/matrix-synapse/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/matrix-synapse/default.nix b/pkgs/servers/matrix-synapse/default.nix
index 7a0297757bae1..0cc0a570118a5 100644
--- a/pkgs/servers/matrix-synapse/default.nix
+++ b/pkgs/servers/matrix-synapse/default.nix
@@ -11,11 +11,11 @@ in
 with python3.pkgs;
 buildPythonApplication rec {
   pname = "matrix-synapse";
-  version = "1.60.0";
+  version = "1.61.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-sR+DZhpAkPpurPs6jSBVphYp12z8qulcQSl3ngcCrcs=";
+    sha256 = "sha256-tEYvbR7uQe7WLtkYt0xXFGLu8w4q8bhf9HqDbGXF+T8=";
   };
 
   buildInputs = [ openssl ];