Skip to content

Commit

Permalink
matrix-synapse: 1.117.0 -> 1.118.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sumnerevans committed Oct 29, 2024
1 parent 188bc19 commit 121c66a
Showing 1 changed file with 3 additions and 3 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.116.0";
version = "1.118.0";

src = super.fetchFromGitHub {
owner = "element-hq";
repo = "synapse";
rev = "v${version}";
hash = "sha256-TDVqRdp723zq57rb5ZFIX8lqA5D2p9akqNXvoJXSIKg=";
hash = "sha256-dMa1L1MYzt/XfCD8hGt+WupAwl5l4zwVcj5mQ8KtTp8=";
};

cargoDeps = super.rustPackages.rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-GSl4B2EVENspJsQ9jVh+gPJaRlCZwaPStjz5ALSzj/U=";
hash = "sha256-FJaj5T2wMIn/A0JNUGpXyNtPvXIAF8Ivkej4vS1S3dA=";
};

doInstallCheck = false;
Expand Down

0 comments on commit 121c66a

Please sign in to comment.