mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
matrix-synapse: 1.135.0 -> 1.135.2
Diff: https://github.com/element-hq/synapse/compare/v1.135.0...v1.135.2
Changelog: https://github.com/element-hq/synapse/releases/tag/v1.135.2
Fixes: CVE-2025-49090
(cherry picked from commit fdb0eabc09)
This commit is contained in:
@@ -17,14 +17,14 @@ let
|
||||
in
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "matrix-synapse";
|
||||
version = "1.135.0";
|
||||
version = "1.135.2";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "element-hq";
|
||||
repo = "synapse";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-ygLWjI6HzBMTPDhEmf1rT18UhoRekzpG8DkeZXo2dts=";
|
||||
hash = "sha256-4HAA9Xq4C3DHxz0BgqBitfM4wZwPSEu+IO/OPfHzLVw=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
|
||||
Reference in New Issue
Block a user