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 [ ]) ++ [