diff options
| author | Maximilian Bosch <maximilian@mbosch.me> | 2025-01-30 16:23:45 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-02-01 21:53:06 +0000 |
| commit | c370f9fb5cf867ab7cb7ff26b40bab7d219c9af5 (patch) | |
| tree | 28af540a9d114b3fe614fc13861f8b1ec336d30d | |
| parent | [Backport release-24.11] Kernel updates for 2025-02-01 (#378639) (diff) | |
| download | nixpkgs-c370f9fb5cf867ab7cb7ff26b40bab7d219c9af5.tar.gz | |
matrix-synapse: 1.122.0 -> 1.123.0
ChangeLog: https://github.com/element-hq/synapse/releases/tag/v1.123.0
(cherry picked from commit 21659e7ac1abaa781cdc4ed45a11e5109b12dfc8)
| -rw-r--r-- | pkgs/servers/matrix-synapse/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/matrix-synapse/default.nix b/pkgs/servers/matrix-synapse/default.nix index 183953b7f6f6..9bd6dc6f391a 100644 --- a/pkgs/servers/matrix-synapse/default.nix +++ b/pkgs/servers/matrix-synapse/default.nix @@ -18,20 +18,20 @@ let in python3.pkgs.buildPythonApplication rec { pname = "matrix-synapse"; - version = "1.122.0"; + version = "1.123.0"; format = "pyproject"; src = fetchFromGitHub { owner = "element-hq"; repo = "synapse"; rev = "v${version}"; - hash = "sha256-pucGVKEjQNihlHmFxhgJSiX7sxpQYrCpSwhZByBtbe8="; + hash = "sha256-fbT0DMz6F76e/IRb0e1nFEOxmtIDQ53it8zi88jiUDU="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit src; name = "${pname}-${version}"; - hash = "sha256-1BFVW89+1js5mn/EPxkuHaUfkFn/dNlMlH1pN2lDcwE="; + hash = "sha256-Lfs7myNxWoPZI4USoK+aaTPLjT2EoEvnVnXFwdcKofE="; }; postPatch = '' |
