overlay: bump matrix-synapse to 1.69.0

This commit is contained in:
Aaron Bieber 2022-10-17 11:01:51 -06:00
parent b7b86a61d8
commit f8647cdcde
No known key found for this signature in database

View File

@ -14,6 +14,22 @@ let
in {
nixpkgs.overlays = if isUnstable then [
openssh
(self: super: {
matrix-synapse = super.matrix-synapse.overrideAttrs (old: rec {
version = "1.69.0";
src = super.python3.pkgs.fetchPypi {
pname = "matrix_synapse";
version = "1.69.0";
hash = "sha256-PfSfqaz3jdRJ1F++eqFnOxymoSEJpBBbyRU36+EPXcU=";
};
cargoDeps = super.rustPlatform.fetchCargoTarball {
inherit src;
name = "matrix-synapse-1.69.0";
sha256 = "sha256-RJq4mdPtnAR45rAycGDSSuvZwkJPOiqFBp+8mnBTKvU=";
};
});
})
(self: super: {
zig = super.zig.overrideAttrs (old: {