mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
matrix-synapse-unwrapped: 1.153.0 -> 1.154.0
Release notes: https://github.com/element-hq/synapse/releases/tag/v1.154.0
Full changelog: https://github.com/element-hq/synapse/compare/v1.153.0...v1.154.0
(cherry picked from commit 7d1111fbc0)
This commit is contained in:
parent
8402b6d0f7
commit
06d25f1cd9
1 changed files with 2 additions and 2 deletions
|
|
@ -14,14 +14,14 @@
|
|||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "matrix-synapse";
|
||||
version = "1.153.0";
|
||||
version = "1.154.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "element-hq";
|
||||
repo = "synapse";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-2/KzRPUMfOOmI8j8WZsVU2ubNxidTb+FW0MZF+ktSSQ=";
|
||||
hash = "sha256-4US6PPJAI0UUOmy12thjXKX3IRUCH9w/zkRD3ivQ9BE=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue