overlays/matrix-synapse: update to 1.112.0

This commit is contained in:
Aaron Bieber 2024-07-30 12:02:18 -06:00
parent 08cfbe3a0e
commit 73bc57559c
No known key found for this signature in database
2 changed files with 5 additions and 3 deletions

View File

@ -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 [

View File

@ -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;