overlays/matrix-synapse: update to 1.112.0
This commit is contained in:
parent
08cfbe3a0e
commit
73bc57559c
@ -5,10 +5,12 @@
|
||||
let
|
||||
inherit (xinlib) prIsOpen;
|
||||
heisenbridge = prIsOpen.overlay 0 (import ./heisenbridge.nix);
|
||||
matrix-synapse = prIsOpen.overlay 0 (import ./matrix-synapse.nix);
|
||||
in
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
heisenbridge
|
||||
matrix-synapse
|
||||
] ++
|
||||
(if isUnstable
|
||||
then [
|
||||
|
@ -1,7 +1,7 @@
|
||||
let
|
||||
version = "1.110.0";
|
||||
hash = "sha256-DsDQgmHDU+iJ+00p1uch9Zj6lleDvdTQMy05hi8R9CM=";
|
||||
sha256 = "sha256-J0JBp9pCP00Cjs6T4litjhY28mq0OJDBrRZVSQaS03w=";
|
||||
version = "1.112.0";
|
||||
hash = "sha256-8iXw9C91kPWDlzo/3AA/iVCQqq47eGSORMTzEQTTS+8=";
|
||||
sha256 = "sha256-hx/IMOxk4vUHXMMIcnxnC3RJcIvJL+IooZnf+m+VKSs=";
|
||||
matrix-synapse-unwrapped = _: super: {
|
||||
matrix-synapse-unwrapped = super.matrix-synapse-unwrapped.overrideAttrs (_: rec {
|
||||
inherit version;
|
||||
|
Loading…
Reference in New Issue
Block a user