Skip to content

Commit

Permalink
matrix-synapse-unwrapped: 1.102.0 -> 1.103.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sumnerevans committed Mar 19, 2024
1 parent a42cd23 commit 4fbd002
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 21 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
nodePackages.bash-language-server
openssl
pre-commit
rnix-lsp
sops

# Terraform + Linters
Expand Down
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.102.0";
version = "1.103.0";
format = "pyproject";

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

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

doInstallCheck = false;
Expand Down
4 changes: 0 additions & 4 deletions nixos/modules/services/matrix/linkedin-matrix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,6 @@ in {
services.postgresql.ensureDatabases = [ "linkedin-matrix" ];
services.postgresql.ensureUsers = [{
name = "linkedinmatrix";
ensurePermissions = {
"DATABASE \"linkedin-matrix\"" = "ALL PRIVILEGES";
"ALL TABLES IN SCHEMA public" = "ALL PRIVILEGES";
};
}];

systemd.services.linkedin-matrix = {
Expand Down
4 changes: 0 additions & 4 deletions nixos/modules/services/matrix/synapse/cleanup-synapse.nix
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,6 @@ in {
# Allow root to manage matrix-synapse database.
services.postgresql.ensureUsers = [{
name = "root";
ensurePermissions = {
"DATABASE \"matrix-synapse\"" = "ALL PRIVILEGES";
"ALL TABLES IN SCHEMA public" = "ALL PRIVILEGES";
};
}];
};
}

0 comments on commit 4fbd002

Please sign in to comment.