roundcubePlugins.thunderbird_labels: init at 1.6.0
https://github.com/mike-kfed/roundcube-thunderbird_labels https://github.com/mike-kfed/roundcube-thunderbird_labels/releases/tag/v1.6.0
This commit is contained in:
parent
981421c480
commit
6412c1e483
@ -7,4 +7,5 @@
|
||||
|
||||
carddav = callPackage ./carddav { };
|
||||
persistent_login = callPackage ./persistent_login { };
|
||||
thunderbird_labels = callPackage ./thunderbird_labels { };
|
||||
}
|
||||
|
@ -0,0 +1,11 @@
|
||||
{ roundcubePlugin, fetchzip }:
|
||||
|
||||
roundcubePlugin rec {
|
||||
pname = "thunderbird_labels";
|
||||
version = "1.6.0";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/mike-kfed/roundcube-thunderbird_labels/archive/refs/tags/v${version}.tar.gz";
|
||||
sha256 = "09hh3d0n12b8ywkazh8kj3xgn128k35hyjhpa98c883b6b9y8kif";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user