Skip to content

Commit

Permalink
matrix-synapse: 1.91.2 -> 1.93.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 26, 2023
1 parent b3c57c7 commit 20d5a27
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,20 +15,20 @@ in
# Custom package that tracks with the latest release of Synapse.
matrix-synapse-unwrapped = super.matrix-synapse-unwrapped.overridePythonAttrs (old: rec {
pname = "matrix-synapse";
version = "1.91.2";
version = "1.93.0";
format = "pyproject";

src = super.fetchFromGitHub {
owner = "matrix-org";
repo = "synapse";
rev = "v${version}";
hash = "sha256-U9SyDmO34s9PjLPnT1QYemGeCmKdXRaQvEC8KKcFXOI=";
hash = "sha256-fmY5xjpbFwzrX47ijPxOUTI0w9stYVPpSV+HRF4GdlA=";
};

cargoDeps = super.rustPackages.rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-q3uoT2O/oTVSg6olZohU8tiWahijyva+1tm4e1GWGj4=";
hash = "sha256-9cCEfDV5X65JublgkUP6NVfMIObPawx+nXTmIG9lg5o=";
};

doCheck = false;
Expand Down

0 comments on commit 20d5a27

Please sign in to comment.