matrix: update
This commit is contained in:
@@ -12,8 +12,8 @@ let
|
|||||||
domain = "forgejo.ellis.link";
|
domain = "forgejo.ellis.link";
|
||||||
owner = "continuwuation";
|
owner = "continuwuation";
|
||||||
repo = "continuwuity";
|
repo = "continuwuity";
|
||||||
rev = "cb9786466bee299c1260171cee2a5ca407bda108";
|
rev = "052c4dfa2165fdc4839fed95b71446120273cf23";
|
||||||
hash = "sha256-uKntvmaXyeuqpeFTv0k4IjMu/fCdYlKiKJQ6JC/z7Yk=";
|
hash = "sha256-kQV4glRrKczoJpn9QIMgB5ac+saZQjSZPel+9K9Ykcs=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
pkgs.matrix-continuwuity.overrideAttrs (old: {
|
pkgs.matrix-continuwuity.overrideAttrs (old: {
|
||||||
@@ -21,7 +21,7 @@ let
|
|||||||
cargoDeps = pkgs.rustPlatform.fetchCargoVendor {
|
cargoDeps = pkgs.rustPlatform.fetchCargoVendor {
|
||||||
inherit src;
|
inherit src;
|
||||||
name = "${old.pname}-vendor";
|
name = "${old.pname}-vendor";
|
||||||
hash = "sha256-V7OEvZxRe4Hg/XNp4PtQWxxQS8a5ONUw5X+6n7DIaCI=";
|
hash = "sha256-vlOXQL8wwEGFX+w0G/eIeHW3J1UDzhJ501kYhAghDV8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = (old.patches or [ ]) ++ [
|
patches = (old.patches or [ ]) ++ [
|
||||||
|
|||||||
Reference in New Issue
Block a user