summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorRuben Maher <r@rkm.id.au>2017-11-19 08:29:26 +1030
committerRuben Maher <r@rkm.id.au>2017-11-19 13:47:54 +1030
commitb68f6e14bf62c387c1c69492d665438c453e27f4 (patch)
tree209b7c0f58f49f762a8801102002cc7c54c299c8 /pkgs/servers
parent7be9c9c95f3c4ca822372983431d1c9973de98f2 (diff)
downloadnixlib-b68f6e14bf62c387c1c69492d665438c453e27f4.tar
nixlib-b68f6e14bf62c387c1c69492d665438c453e27f4.tar.gz
nixlib-b68f6e14bf62c387c1c69492d665438c453e27f4.tar.bz2
nixlib-b68f6e14bf62c387c1c69492d665438c453e27f4.tar.lz
nixlib-b68f6e14bf62c387c1c69492d665438c453e27f4.tar.xz
nixlib-b68f6e14bf62c387c1c69492d665438c453e27f4.tar.zst
nixlib-b68f6e14bf62c387c1c69492d665438c453e27f4.zip
matrix-synapse: 0.24.1 -> 0.25.1
Diffstat (limited to 'pkgs/servers')
-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 73498e5b8844..99045570a718 100644
--- a/pkgs/servers/matrix-synapse/default.nix
+++ b/pkgs/servers/matrix-synapse/default.nix
@@ -24,13 +24,13 @@ let
   };
 in pythonPackages.buildPythonApplication rec {
   name = "matrix-synapse-${version}";
-  version = "0.24.1";
+  version = "0.25.1";
 
   src = fetchFromGitHub {
     owner = "matrix-org";
     repo = "synapse";
     rev = "v${version}";
-    sha256 = "08w8sawq0nj28dzi9wc4rsg9z2qv528djj4zbcs5c4yc3mylq1nq";
+    sha256 = "110558l147n1dqpylzrdzp8spj36nack88c5kknsxn69gr8yb7j2";
   };
 
   patches = [ ./matrix-synapse.patch ];