Merge pull request #150116 from r-ryantm/auto-update/goimapnotify

goimapnotify: 2.3.2 -> 2.3.7
This commit is contained in:
Ryan Mulligan 2021-12-10 16:50:35 -08:00 committed by GitHub
commit c66f3d4cf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "goimapnotify";
version = "2.3.2";
version = "2.3.7";
src = fetchFromGitLab {
owner = "shackra";
repo = "goimapnotify";
rev = version;
sha256 = "sha256-pkpdIkabxz9bu0LnyU1/wu1qqPc/pQqCn8tePc2fIfg=";
sha256 = "sha256-Wot+E+rDgXQ4FVgdfqe6a3O9oYUK3X1xImC33eDuUBo=";
};
vendorSha256 = "sha256-4+2p/7BAEk+1V0TII9Q2O2YNX0rvBiw2Ss7k1dsvUbk=";
vendorSha256 = "sha256-DphGe9jbKo1aIfpF5kRYNSn/uIYHaRMrygda5t46svw=";
postPatch = ''
for f in command.go command_test.go; do