Skip to content

Commit 981199b

Browse files
authored
Merge: matrix-synapse: 1.124.0 -> 1.125 (#385068)
2 parents 659f9ea + 5548402 commit 981199b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

pkgs/by-name/ma/matrix-synapse-unwrapped/package.nix

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,28 @@
99
rustPlatform,
1010
rustc,
1111
nixosTests,
12-
callPackage,
12+
nix-update-script,
1313
}:
1414

1515
let
1616
plugins = python3.pkgs.callPackage ./plugins { };
1717
in
1818
python3.pkgs.buildPythonApplication rec {
1919
pname = "matrix-synapse";
20-
version = "1.124.0";
20+
version = "1.125.0";
2121
format = "pyproject";
2222

2323
src = fetchFromGitHub {
2424
owner = "element-hq";
2525
repo = "synapse";
2626
rev = "v${version}";
27-
hash = "sha256-hL1MdngaAVqgdN8GS9m3jn4twsbX0GPFa5cq+SCJ1oI=";
27+
hash = "sha256-eo4JxNhVdAUeUmh0yUDE7+6csNbgdrYvf7UU/AMce7U=";
2828
};
2929

3030
cargoDeps = rustPlatform.fetchCargoVendor {
3131
inherit src;
3232
name = "${pname}-${version}";
33-
hash = "sha256-OIrjBhjSavJubpcMtHLrfuK7uhfNd+AHKUmHno32yo4=";
33+
hash = "sha256-eAlybi5yDlnhdvVet5Xab4s1emyJrlQuEf3YzusU2M4=";
3434
};
3535

3636
postPatch = ''
@@ -178,6 +178,7 @@ python3.pkgs.buildPythonApplication rec {
178178
tests = { inherit (nixosTests) matrix-synapse matrix-synapse-workers; };
179179
inherit plugins;
180180
python = python3;
181+
updateScript = nix-update-script { };
181182
};
182183

183184
meta = with lib; {

pkgs/by-name/ma/matrix-synapse/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ stdenv.mkDerivation {
4444
unwrapped = matrix-synapse-unwrapped;
4545

4646
# for backward compatibility
47-
inherit (matrix-synapse-unwrapped) plugins tests tools;
47+
inherit (matrix-synapse-unwrapped) plugins tests;
4848
};
4949

5050
# Carry the maintainer, licenses, and various useful information.

0 commit comments

Comments
 (0)