overlays/matrix-synapse: 1.85.2 -> 1.86.0

This commit is contained in:
Aaron Bieber 2023-06-20 12:44:32 -06:00
parent e3af8ecf6a
commit 48a02c04b7
No known key found for this signature in database
3 changed files with 14 additions and 5 deletions

View File

@ -7,9 +7,9 @@ let
#tailscale = import ./tailscale.nix;
#jetbrains = prIsOpen 232308 (import ./jetbrains.nix);
tidal-hifi = prIsOpen.overlay 238572 (import ./tidal-hifi.nix);
#matrix-synapse = prIsOpen.overlay 236474 (import ./matrix-synapse.nix);
matrix-synapse = prIsOpen.overlay 238794 (import ./matrix-synapse.nix);
in {
nixpkgs.overlays = if isUnstable then [ tidal-hifi ] else [ ];
nixpkgs.overlays = if isUnstable then [ tidal-hifi ] else [ matrix-synapse ];
}
# Example Python dep overlay

View File

@ -1,20 +1,20 @@
let
matrix-synapse = _: super: {
matrix-synapse = super.matrix-synapse.overrideAttrs (_: rec {
version = "1.85.2";
version = "1.86.0";
pname = "matrix-synapse";
src = super.fetchFromGitHub {
owner = "matrix-org";
repo = "synapse";
rev = "v${version}";
hash = "sha256-pFafBsisBPfpDnFYWcimUuBgfFVPZzLna3yHeqIBAAE=";
hash = "sha256-vSNAISWTTT3IAeA8hxQhQNp9T3soey4vgh7v+BxI+K0=";
};
cargoDeps = super.rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
sha256 = "sha256-dnno+5Ma0YNYpmj3oZ5UG22uAanKwVT67BwQW+mHoFc=";
sha256 = "sha256-lPLhh5FkxpBUQ5UH6eAfUIyGvHIcZHmbYBT5QUW/W4k=";
};
});
};

View File

@ -0,0 +1,9 @@
{
"branches": [],
"error": "",
"pull_request": 238794,
"release": "stable",
"status": "open",
"status_info": {},
"title": "matrix-synapse: 1.85.2 -> 1.86.0"
}