summary refs log tree commit diff
path: root/pkgs/servers/matrix-synapse
diff options
context:
space:
mode:
authoreyjhb <eyjhbb@gmail.com>2021-11-23 13:31:41 +0100
committereyjhb <eyjhbb@gmail.com>2021-11-23 13:31:41 +0100
commit1cc5df0346c486952924542d971fbed14a4da5ce (patch)
treebf6b631f7f4bcff48dd72666c9007127465d2ef5 /pkgs/servers/matrix-synapse
parent029785a3177837b72f1f603f3b070084c36243c0 (diff)
downloadnixpkgs-1cc5df0346c486952924542d971fbed14a4da5ce.tar
nixpkgs-1cc5df0346c486952924542d971fbed14a4da5ce.tar.gz
nixpkgs-1cc5df0346c486952924542d971fbed14a4da5ce.tar.bz2
nixpkgs-1cc5df0346c486952924542d971fbed14a4da5ce.tar.lz
nixpkgs-1cc5df0346c486952924542d971fbed14a4da5ce.tar.xz
nixpkgs-1cc5df0346c486952924542d971fbed14a4da5ce.tar.zst
nixpkgs-1cc5df0346c486952924542d971fbed14a4da5ce.zip
matrix-synapse: 1.47.0 -> 1.47.1
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 b1d42c8091c..7e2b2e0ceed 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.47.0";
+  version = "1.47.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-SS7ETkYQ3XBihOA6TQp+6f0PNhhlUvMBR6fEYmiLT3k=";
+    sha256 = "sha256-ldk14yMaFZ1uegiTwB6txomGJTV1Gf/LqJyWJARmhJ4=";
   };
 
   patches = [