Merge pull request #285954 from rafaelrc7/goimapnotify/2.3.11
goimapnotify: 2.3.10 -> 2.3.11
This commit is contained in:
commit
7d7f08f3b4
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue