lol
fork

Configure Feed

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

roundcubePlugins.carddav: 4.4.4 -> 4.4.6

https://github.com/mstilkerich/rcmcarddav/releases/tag/v4.4.6

+2 -2
+2 -2
pkgs/servers/roundcube/plugins/carddav/default.nix
··· 2 2 3 3 roundcubePlugin rec { 4 4 pname = "carddav"; 5 - version = "4.4.4"; 5 + version = "4.4.6"; 6 6 7 7 src = fetchzip { 8 8 url = "https://github.com/mstilkerich/rcmcarddav/releases/download/v${version}/carddav-v${version}.tar.gz"; 9 - sha256 = "1l35z2k43q8cflhzmk43kifrskhcvygrsvbbzs2s8hhjhsz2b3aq"; 9 + sha256 = "10s4idf5kmkap47fn3i4jkr3mbipibdjcqds8p6p906nr45ngs57"; 10 10 }; 11 11 }