We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fcc714 commit eb57b3eCopy full SHA for eb57b3e
pkgs/by-name/ma/matrix-synapse-unwrapped/package.nix
@@ -18,14 +18,14 @@ let
18
in
19
python3.pkgs.buildPythonApplication rec {
20
pname = "matrix-synapse";
21
- version = "1.128.0";
+ version = "1.129.0";
22
format = "pyproject";
23
24
src = fetchFromGitHub {
25
owner = "element-hq";
26
repo = "synapse";
27
rev = "v${version}";
28
- hash = "sha256-QgVx/9mZ3Do+42YwO8OtI2dcuckMX/xIaiBUi4HrK4Q=";
+ hash = "sha256-JDaTFbRb2eNtzxZBLn8wOBEN5uJcInNrhFnGFZjI8is=";
29
};
30
31
cargoDeps = rustPlatform.fetchCargoVendor {
0 commit comments