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.
2 parents bd1c971 + 9b9b529 commit db5c622Copy full SHA for db5c622
pkgs/by-name/ma/matrix-synapse-unwrapped/package.nix
@@ -17,19 +17,19 @@ let
17
in
18
python3.pkgs.buildPythonApplication rec {
19
pname = "matrix-synapse";
20
- version = "1.130.0";
+ version = "1.131.0";
21
format = "pyproject";
22
23
src = fetchFromGitHub {
24
owner = "element-hq";
25
repo = "synapse";
26
rev = "v${version}";
27
- hash = "sha256-/rPVJvIJfPMV+8hMenNF2dJzgemhaD2Z+/G4+6d7r1k=";
+ hash = "sha256-nXDVkuV5GCk0Lp4LfyiModKdO30PJ40B5mXdm5tMHQo=";
28
};
29
30
cargoDeps = rustPlatform.fetchCargoVendor {
31
inherit pname version src;
32
- hash = "sha256-Gq3QvQSRfxRovzuvdboLCheNuMW58GFO9x2N2os+p38=";
+ hash = "sha256-9VJnn8aPkShqK2wYGFr+S5koIjma7VOr+LkLXwStL1E=";
33
34
35
postPatch = ''
0 commit comments