matrix: update

This commit is contained in:
2026-02-21 22:47:33 -05:00
parent 1e25d86d44
commit ea75dad5ba

View File

@@ -12,8 +12,8 @@ let
domain = "forgejo.ellis.link";
owner = "continuwuation";
repo = "continuwuity";
rev = "efd879fcd8013e359d398bb495ee5520d0e5156b";
hash = "sha256-7hS6Mi8iOrJqRnQvfbg7MM4SWf1ntMCe3uVGb2Gq7l8=";
rev = "688ef727e5f2b04812f79bd5507e02f17f70b699";
hash = "sha256-mLcz20Gd5cYOCox0vDWYepFYenBD72klcDM1ARxk1dA=";
};
in
pkgs.matrix-continuwuity.overrideAttrs (old: {
@@ -21,7 +21,7 @@ let
cargoDeps = pkgs.rustPlatform.fetchCargoVendor {
inherit src;
name = "${old.pname}-vendor";
hash = "sha256-N7PdVPKnXAUZx1GElAolxTFWCU1MSmFjzZrEAsedCnU=";
hash = "sha256-V7OEvZxRe4Hg/XNp4PtQWxxQS8a5ONUw5X+6n7DIaCI=";
};
patches = (old.patches or [ ]) ++ [