Merge pull request #285954 from rafaelrc7/goimapnotify/2.3.11

goimapnotify: 2.3.10 -> 2.3.11
This commit is contained in:
Nick Cao 2024-02-03 10:41:46 -05:00 committed by GitHub
commit 7d7f08f3b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "goimapnotify";
version = "2.3.10";
version = "2.3.11";
src = fetchFromGitLab {
owner = "shackra";
repo = "goimapnotify";
rev = version;
sha256 = "sha256-RGEHKOmJqy9Cz5GWfck3VBZD6Q3DySoTYg0+Do4sy/4=";
sha256 = "sha256-b3w+SqmxRY/24qgFUSM4RQswObAH5jy3yEfGXY298Ko=";
};
vendorHash = "sha256-DphGe9jbKo1aIfpF5kRYNSn/uIYHaRMrygda5t46svw=";
@ -24,7 +24,7 @@ buildGoModule rec {
"Execute scripts on IMAP mailbox changes (new/deleted/updated messages) using IDLE";
homepage = "https://gitlab.com/shackra/goimapnotify";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ wohanley ];
maintainers = with maintainers; [ wohanley rafaelrc ];
mainProgram = "goimapnotify";
};
}