From 28e3090c723fe16bb2e91e40309574abab8e61d4 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 24 Feb 2026 13:05:00 -0500 Subject: [PATCH] matrix: update --- services/matrix.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/matrix.nix b/services/matrix.nix index 3a59e63..10a4ebf 100644 --- a/services/matrix.nix +++ b/services/matrix.nix @@ -12,8 +12,8 @@ let domain = "forgejo.ellis.link"; owner = "continuwuation"; repo = "continuwuity"; - rev = "cb9786466bee299c1260171cee2a5ca407bda108"; - hash = "sha256-uKntvmaXyeuqpeFTv0k4IjMu/fCdYlKiKJQ6JC/z7Yk="; + rev = "052c4dfa2165fdc4839fed95b71446120273cf23"; + hash = "sha256-kQV4glRrKczoJpn9QIMgB5ac+saZQjSZPel+9K9Ykcs="; }; in pkgs.matrix-continuwuity.overrideAttrs (old: { @@ -21,7 +21,7 @@ let cargoDeps = pkgs.rustPlatform.fetchCargoVendor { inherit src; name = "${old.pname}-vendor"; - hash = "sha256-V7OEvZxRe4Hg/XNp4PtQWxxQS8a5ONUw5X+6n7DIaCI="; + hash = "sha256-vlOXQL8wwEGFX+w0G/eIeHW3J1UDzhJ501kYhAghDV8="; }; patches = (old.patches or [ ]) ++ [