summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSumner Evans <me@sumnerevans.com>2021-09-29 08:38:20 -0600
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-10-08 15:33:12 +0000
commitece2e27a1fe02443df2ceb4ba19d3bfa288cd0fb (patch)
tree932ad3aa763825481c7cd77c482bc76364a0023b
parentMerge pull request #140903 from NixOS/backport-140765-to-release-21.05 (diff)
downloadnixpkgs-ece2e27a1fe02443df2ceb4ba19d3bfa288cd0fb.tar.gz
matrix-synapse: 1.43.0 -> 1.44.0
(cherry picked from commit 4813681933a1c6b16a8c0ea3f02ea306cb6bccba)
-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 e09bfab90f79..db19f6a13376 100644
--- a/pkgs/servers/matrix-synapse/default.nix
+++ b/pkgs/servers/matrix-synapse/default.nix
@@ -24,11 +24,11 @@ let
in
with py.pkgs; buildPythonApplication rec {
pname = "matrix-synapse";
- version = "1.43.0";
+ version = "1.44.0";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-t3ZXtEq/sHYymta4gYfmdBzpExyxepGQ4lzvZii2Q70=";
+ sha256 = "sha256-oH8FXHSa120/Fys21UJfAAFPehJxEbQ8Op98PYkK8dE=";
};
patches = [