Skip to content

Commit b408ec4

Browse files
committed
matrix-synapse-unwrapped: 1.114.0 -> 1.115.0
Signed-off-by: Sumner Evans <[email protected]>
1 parent 7a11b32 commit b408ec4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

nixos/colmena.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ in {
1515
matrix-synapse-unwrapped =
1616
super.matrix-synapse-unwrapped.overridePythonAttrs (old: rec {
1717
pname = "matrix-synapse";
18-
version = "1.114.0";
18+
version = "1.115.0";
1919

2020
src = super.fetchFromGitHub {
2121
owner = "element-hq";
2222
repo = "synapse";
2323
rev = "v${version}";
24-
hash = "sha256-AvUc6vE2gjsUEbRLaexDbvEPwJio7W3YMyN3fJvr4c0=";
24+
hash = "sha256-R7TAuAdEGvk/cAttxbrOZkZfsfbrsPujt0zVcp3aDZQ=";
2525
};
2626

2727
cargoDeps = super.rustPackages.rustPlatform.fetchCargoTarball {
2828
inherit src;
2929
name = "${pname}-${version}";
30-
hash = "sha256-cAGTEi7UwNVfTzckWBpjxfEMWXZRZDdkXIhx/HjAiTg=";
30+
hash = "sha256-h84Hp+vhGfunbD3nRb1EXPnGhnMXncjk3ASKdRr805Y=";
3131
};
3232

3333
doInstallCheck = false;

nixos/modules/networking.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
DHCP = "yes";
1010
IPv6AcceptRA = true;
1111
};
12-
routes = [{ routeConfig.Gateway = "fe80::1"; }];
12+
routes = [{ Gateway = "fe80::1"; }];
1313
};
1414
"10-nevarronet" = {
1515
networkConfig = {

0 commit comments

Comments
 (0)