self: super: { public-inbox = super.public-inbox.overrideAttrs (oldAttrs: rec { version = "1.5.0"; src = super.fetchurl { url = "https://yhbt.net/public-inbox.git/snapshot/public-inbox-${version}.tar.gz"; sha256 = "11fvgcs4vj4jbvwij3fh3jilvmaz0qzv09jcbhxb2hkpzdymzywk"; }; patches = map super.fetchpatch [ { meta.description = "[PATCH] treat $INBOX_DIR/description and gitweb.owner as UTF-8"; url = "https://public-inbox.org/meta/20200528183708.GA549@dcvr/raw"; sha256 = "15ad3bc1rcs8fyw26z3xcmxx8868ga6ydxzk80zic29x875kadak"; } ] ++ [ ../pkgs/public-inbox/0003-view-don-t-show-page-if-no-links-follow-it.patch ]; }); }