goimapnotify: 2.3.2 -> 2.3.7

This commit is contained in:
R. Ryantm 2021-12-10 19:43:34 +00:00
parent 9f329731b5
commit 6e4217a3f2

View file

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