File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 99 rustPlatform ,
1010 rustc ,
1111 nixosTests ,
12- callPackage ,
12+ nix-update-script ,
1313} :
1414
1515let
1616 plugins = python3 . pkgs . callPackage ./plugins { } ;
1717in
1818python3 . 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 ; {
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments