update carddav
This commit is contained in:
parent
4877390098
commit
3ffa5a44d7
@ -1,10 +1,10 @@
|
|||||||
{ runCommand, fetchzip }:
|
{ runCommand, fetchzip }:
|
||||||
let
|
let
|
||||||
pname = "carddav";
|
pname = "carddav";
|
||||||
version = "4.3.0";
|
version = "5.0.1";
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/mstilkerich/rcmcarddav/releases/download/v${version}/carddav-v${version}.tar.gz";
|
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}" {
|
in runCommand "roundcube-plugin-${pname}-${version}" {
|
||||||
inherit pname version src;
|
inherit pname version src;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user