Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
matrix-synapse: 1.9.0 -> 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Jan 28, 2020
1 parent a7953f5 commit 1f828b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/matrix-synapse/default.nix
Expand Up @@ -23,11 +23,11 @@ let

in buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.9.0";
version = "1.9.1";

src = fetchPypi {
inherit pname version;
sha256 = "0ghmxzk2njid7d7ccggda8a9zx4dg1r59n5ymp8f2n9kxz7z2rj2";
sha256 = "13csf18dchm75vw251a7h57diag94vw6rhg8kkkbpi35cibn0cz2";
};

patches = [
Expand Down

0 comments on commit 1f828b8

Please sign in to comment.