mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
matrix-synapse-unwrapped: 1.154.0 -> 1.155.0
Release notes: https://github.com/element-hq/synapse/releases/tag/v1.155.0 Full changelog: https://github.com/element-hq/synapse/compare/v1.154.0...v1.155.0
This commit is contained in:
parent
7e46ebfa19
commit
cc5f61a794
1 changed files with 3 additions and 3 deletions
|
|
@ -14,19 +14,19 @@
|
|||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "matrix-synapse";
|
||||
version = "1.154.0";
|
||||
version = "1.155.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "element-hq";
|
||||
repo = "synapse";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-4US6PPJAI0UUOmy12thjXKX3IRUCH9w/zkRD3ivQ9BE=";
|
||||
hash = "sha256-ka92mJvm/7PaENPkQRWuw8c8BdzMvIuTsc3xSEmEms8=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
inherit pname version src;
|
||||
hash = "sha256-Cu5bXS6BprXr/dwkNXDjcP9hOfqQddoC5BxOus4rteM=";
|
||||
hash = "sha256-+Z2GyHlVothtcTKHjbr+iKQG8wi5tgtoZr8+FHYJEFk=";
|
||||
};
|
||||
|
||||
build-system =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue