matrix-synapse: 1.138.0 -> 1.138.2 (#445885)

This commit is contained in:
Maximilian Bosch
2025-09-25 20:18:35 +00:00
committed by GitHub
@@ -14,14 +14,14 @@
python3Packages.buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.138.0";
version = "1.138.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "element-hq";
repo = "synapse";
rev = "v${version}";
hash = "sha256-mzBX5cLXF52p3SIq4rSvERbjyD07wRKVxL4yGsYNUaw=";
hash = "sha256-hnF0RPVH+5OBUZnaYCleTNLJYl9a+nf2PzJnLaJ5kzI=";
};
cargoDeps = rustPlatform.fetchCargoVendor {