overlays/matrix-synapse: 1.85.2 -> 1.86.0
This commit is contained in:
parent
e3af8ecf6a
commit
48a02c04b7
@ -7,9 +7,9 @@ let
|
|||||||
#tailscale = import ./tailscale.nix;
|
#tailscale = import ./tailscale.nix;
|
||||||
#jetbrains = prIsOpen 232308 (import ./jetbrains.nix);
|
#jetbrains = prIsOpen 232308 (import ./jetbrains.nix);
|
||||||
tidal-hifi = prIsOpen.overlay 238572 (import ./tidal-hifi.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 {
|
in {
|
||||||
nixpkgs.overlays = if isUnstable then [ tidal-hifi ] else [ ];
|
nixpkgs.overlays = if isUnstable then [ tidal-hifi ] else [ matrix-synapse ];
|
||||||
}
|
}
|
||||||
|
|
||||||
# Example Python dep overlay
|
# Example Python dep overlay
|
||||||
|
@ -1,20 +1,20 @@
|
|||||||
let
|
let
|
||||||
matrix-synapse = _: super: {
|
matrix-synapse = _: super: {
|
||||||
matrix-synapse = super.matrix-synapse.overrideAttrs (_: rec {
|
matrix-synapse = super.matrix-synapse.overrideAttrs (_: rec {
|
||||||
version = "1.85.2";
|
version = "1.86.0";
|
||||||
pname = "matrix-synapse";
|
pname = "matrix-synapse";
|
||||||
|
|
||||||
src = super.fetchFromGitHub {
|
src = super.fetchFromGitHub {
|
||||||
owner = "matrix-org";
|
owner = "matrix-org";
|
||||||
repo = "synapse";
|
repo = "synapse";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-pFafBsisBPfpDnFYWcimUuBgfFVPZzLna3yHeqIBAAE=";
|
hash = "sha256-vSNAISWTTT3IAeA8hxQhQNp9T3soey4vgh7v+BxI+K0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoDeps = super.rustPlatform.fetchCargoTarball {
|
cargoDeps = super.rustPlatform.fetchCargoTarball {
|
||||||
inherit src;
|
inherit src;
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
sha256 = "sha256-dnno+5Ma0YNYpmj3oZ5UG22uAanKwVT67BwQW+mHoFc=";
|
sha256 = "sha256-lPLhh5FkxpBUQ5UH6eAfUIyGvHIcZHmbYBT5QUW/W4k=";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
9
pull_requests/238794.json
Normal file
9
pull_requests/238794.json
Normal 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"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user