File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
matrix-synapse-unwrapped =
16
16
super . matrix-synapse-unwrapped . overridePythonAttrs ( old : rec {
17
17
pname = "matrix-synapse" ;
18
- version = "1.114 .0" ;
18
+ version = "1.115 .0" ;
19
19
20
20
src = super . fetchFromGitHub {
21
21
owner = "element-hq" ;
22
22
repo = "synapse" ;
23
23
rev = "v${ version } " ;
24
- hash = "sha256-AvUc6vE2gjsUEbRLaexDbvEPwJio7W3YMyN3fJvr4c0 =" ;
24
+ hash = "sha256-R7TAuAdEGvk/cAttxbrOZkZfsfbrsPujt0zVcp3aDZQ =" ;
25
25
} ;
26
26
27
27
cargoDeps = super . rustPackages . rustPlatform . fetchCargoTarball {
28
28
inherit src ;
29
29
name = "${ pname } -${ version } " ;
30
- hash = "sha256-cAGTEi7UwNVfTzckWBpjxfEMWXZRZDdkXIhx/HjAiTg =" ;
30
+ hash = "sha256-h84Hp+vhGfunbD3nRb1EXPnGhnMXncjk3ASKdRr805Y =" ;
31
31
} ;
32
32
33
33
doInstallCheck = false ;
Original file line number Diff line number Diff line change 9
9
DHCP = "yes" ;
10
10
IPv6AcceptRA = true ;
11
11
} ;
12
- routes = [ { routeConfig . Gateway = "fe80::1" ; } ] ;
12
+ routes = [ { Gateway = "fe80::1" ; } ] ;
13
13
} ;
14
14
"10-nevarronet" = {
15
15
networkConfig = {
You can’t perform that action at this time.
0 commit comments