diff --git a/profiles/packages/roundcube-plugins/carddav.nix b/profiles/packages/roundcube-plugins/carddav.nix index 97ffebc..e86aa6d 100644 --- a/profiles/packages/roundcube-plugins/carddav.nix +++ b/profiles/packages/roundcube-plugins/carddav.nix @@ -1,10 +1,10 @@ { runCommand, fetchzip }: let pname = "carddav"; - version = "4.3.0"; + version = "5.0.1"; src = fetchzip { url = "https://github.com/mstilkerich/rcmcarddav/releases/download/v${version}/carddav-v${version}.tar.gz"; - sha256 = "sha256-pc3ZPc4DnQDk+qUr0n/lWstjt9oIz+CocluXEjrkYco="; + sha256 = "sha256-qB4cif4lK9IejOqPexp5RmcGrNGcB1h6cxcGFYhZvRA="; }; in runCommand "roundcube-plugin-${pname}-${version}" { inherit pname version src;