Skip to content

Commit

Permalink
matrix-synapse-unwrapped: 1.103.0 -> 1.104.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sumnerevans committed Apr 2, 2024
1 parent c2bfb77 commit a8bbf43
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -14,20 +14,20 @@ in {
matrix-synapse-unwrapped =
super.matrix-synapse-unwrapped.overridePythonAttrs (old: rec {
pname = "matrix-synapse";
version = "1.103.0";
version = "1.104.0";
format = "pyproject";

src = super.fetchFromGitHub {
owner = "matrix-org";
repo = "synapse";
rev = "v${version}";
hash = "sha256-NwHX4pOM2PUf2MldaPTOzP9gOcTmILxM1Sx2HPkLBcw=";
hash = "sha256-/P7EBtXSYygUrqKQ4niI8J5zkBPZDgHCW/j2rFxRlsY=";
};

cargoDeps = super.rustPackages.rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-AyV0JPPJkJ4jdaw0FUXPqGF3Qkce1+RK70FkXAw+bLA=";
hash = "sha256-0lCbIlEM4wIG7W5BXWIZWkS6c/BkEG13xtcnPm3LjgY=";
};

doInstallCheck = false;
Expand Down
1 change: 0 additions & 1 deletion nixos/modules/services/matrix/synapse/shared-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ in {
resources = [{ names = [ "replication" ]; }];
}
];
presence.enabled = false;

# Caching
event_cache_size = "25K";
Expand Down

0 comments on commit a8bbf43

Please sign in to comment.