matrix-synapse-unwrapped: 1.150.0 -> 1.151.0

Release notes: https://github.com/element-hq/synapse/releases/tag/v1.151.0
Full changelog: https://github.com/element-hq/synapse/compare/v1.150.0...v1.151.0
This commit is contained in:
transcaffeine
2026-04-07 22:28:33 +02:00
parent 24a4534ee7
commit 3c35ad0f9f
@@ -14,19 +14,19 @@
python3Packages.buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.150.0";
version = "1.151.0";
pyproject = true;
src = fetchFromGitHub {
owner = "element-hq";
repo = "synapse";
rev = "v${version}";
hash = "sha256-+Fj0hPl1ftI0o1P/VOagnzYRh9WUfUn0Q7NNdnR1DhI=";
hash = "sha256-Ha0GXVdOyAqBwC0iRX41kZSW9onutdsfkhn7z/fNai8=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-RSBaRHtE0UVN5lt0iE7xywWa8bMJ202wtbReCH8wP+4=";
hash = "sha256-bEAXUoyerS7KjP1f15Z+5nktX1H7Mx4wATJBRfbJW+4=";
};
build-system =