lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 24.05-pre 11 lines 274 B view raw
1{ roundcubePlugin, fetchzip }: 2 3roundcubePlugin rec { 4 pname = "custom_from"; 5 version = "1.6.6"; 6 7 src = fetchzip { 8 url = "https://github.com/r3c/custom_from/archive/refs/tags/${version}.zip"; 9 hash = "sha256-QvMYwFWY0BZOkzhDtW7XJ77i5mVkDNAiN4JBdsCuUy0="; 10 }; 11}