roundcubePlugins.thunderbird_labels: 1.6.0 -> 1.6.2 (#529158)

This commit is contained in:
Sandro 2026-06-21 17:33:30 +00:00 committed by GitHub
commit 8cbbbbf2af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,10 +2,10 @@
roundcubePlugin rec {
pname = "thunderbird_labels";
version = "1.6.0";
version = "1.6.2";
src = fetchzip {
url = "https://github.com/mike-kfed/roundcube-thunderbird_labels/archive/refs/tags/v${version}.tar.gz";
sha256 = "09hh3d0n12b8ywkazh8kj3xgn128k35hyjhpa98c883b6b9y8kif";
hash = "sha256-i06kfA9oxRX+tICTPWBobOyHedqbjBb4JLBmC9ruBmM=";
};
}