overlays/matrix-synapse: bump to 1.102.0rc1
This commit is contained in:
parent
148aa2fc19
commit
52932d5a75
@ -1,18 +1,11 @@
|
||||
let
|
||||
hash = "sha256-yhOdIyKp+JM0qUl4dD1aMeYHNhE71DUDxrfCyRDP1VI=";
|
||||
sha256 = "sha256-mWvcRNvCYf6WCKU/5LGJipOI032QFG90XpHTxFGs6TU=";
|
||||
hash = "sha256-QOU539tMpAi/WIbDOF4u2L7OJ3Wk3tkGqmPbMe91pk8=";
|
||||
sha256 = "sha256-vl1ouJsHcclOZlQ+s959bh8Qn0I/d0B/XYP+Lmdi4fg=";
|
||||
matrix-synapse = _: super: {
|
||||
matrix-synapse = super.matrix-synapse.overrideAttrs (_: rec {
|
||||
version = "1.101.0";
|
||||
version = "1.102.0rc1";
|
||||
pname = "matrix-synapse";
|
||||
|
||||
patches = [
|
||||
(super.fetchpatch {
|
||||
url = "https://patch-diff.githubusercontent.com/raw/element-hq/synapse/pull/16927.patch";
|
||||
sha256 = "sha256-5Iy8oA/6XeOoe0d29ahFnEIn4zBcAOKtc/Jj5k3yb7c=";
|
||||
})
|
||||
];
|
||||
|
||||
src = super.fetchFromGitHub {
|
||||
owner = "element-hq";
|
||||
repo = "synapse";
|
||||
|
Loading…
Reference in New Issue
Block a user