Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 11 lines 304 B view raw
1{ roundcubePlugin, fetchzip }: 2 3roundcubePlugin rec { 4 pname = "carddav"; 5 version = "4.4.6"; 6 7 src = fetchzip { 8 url = "https://github.com/mstilkerich/rcmcarddav/releases/download/v${version}/carddav-v${version}.tar.gz"; 9 sha256 = "10s4idf5kmkap47fn3i4jkr3mbipibdjcqds8p6p906nr45ngs57"; 10 }; 11}