Skip to content

Commit

Permalink
matrix-synapse-unwrapped: 1.114.0 -> 1.115.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
sumnerevans committed Sep 24, 2024
1 parent 7a11b32 commit b408ec4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions nixos/colmena.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ in {
matrix-synapse-unwrapped =
super.matrix-synapse-unwrapped.overridePythonAttrs (old: rec {
pname = "matrix-synapse";
version = "1.114.0";
version = "1.115.0";

src = super.fetchFromGitHub {
owner = "element-hq";
repo = "synapse";
rev = "v${version}";
hash = "sha256-AvUc6vE2gjsUEbRLaexDbvEPwJio7W3YMyN3fJvr4c0=";
hash = "sha256-R7TAuAdEGvk/cAttxbrOZkZfsfbrsPujt0zVcp3aDZQ=";
};

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

doInstallCheck = false;
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/networking.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
DHCP = "yes";
IPv6AcceptRA = true;
};
routes = [{ routeConfig.Gateway = "fe80::1"; }];
routes = [{ Gateway = "fe80::1"; }];
};
"10-nevarronet" = {
networkConfig = {
Expand Down

0 comments on commit b408ec4

Please sign in to comment.