matrix-synapse: 1.139.2 -> 1.140.0

Release notes: https://github.com/element-hq/synapse/releases/tag/v1.140.0
Full changelog: https://github.com/element-hq/synapse/compare/v1.139.2...v1.140.0
This commit is contained in:
transcaffeine
2025-10-14 18:04:24 +02:00
parent 603d100974
commit 4eaeffb1a3

View File

@@ -14,19 +14,19 @@
python3Packages.buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.139.2";
version = "1.140.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "element-hq";
repo = "synapse";
rev = "v${version}";
hash = "sha256-lPVwJ+BkSQRkGrWlq4B4gbJlIly/hUW1jOMmbsK9R6M=";
hash = "sha256-nk1nOfJQOBgnlIAju+Q8+0Q0wTGaymhSQSdwecTJLUY=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-PUwSg//1xAMyv0HOMt4YFR680fQ+7YAcSJ0vmlPyCzQ=";
hash = "sha256-XJj1S2dJVQCj2hq09pdb/+06tIWjaecdolf36yeugUg=";
};
postPatch = ''