okay buddy

This commit is contained in:
nameless 2024-04-05 01:55:34 -04:00
parent a33a021491
commit 30a1fabbba
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ self: super:
{
element-web = super.element-web.overrideAttrs (oldAttrs: rec {
greentext = super.fetchpatch {
url = "https://git.supernets.org/nameless/element-web-patches/raw/branch/main/greentext.patch";
url = "https://git.supernets.org/nameless/element-web-patches/raw/branch/main/greentext.patch";
sha256 = ""; # Replace this with the hash provided by Nix.
};
configurePhase = oldAttrs.configurePhase + ''