Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at python-updates 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}