benthos: 4.19.0 -> 4.22.0

This commit is contained in:
R. Ryantm 2023-10-25 01:32:56 +00:00
parent 6c5458cf32
commit 3cc6ad19d7

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "benthos";
version = "4.19.0";
version = "4.22.0";
src = fetchFromGitHub {
owner = "benthosdev";
repo = "benthos";
rev = "refs/tags/v${version}";
hash = "sha256-C/dExBN+ZBE8o3L0RBgYe4griFhv/Yd2I10em2UK/nQ=";
hash = "sha256-RlwHaLW27Y6yRzlvFLpJhOkPa1dYoX87XxMKecoT/dE=";
};
vendorHash = "sha256-33eY+jF12lYSO1Fqm1hRLKA1+aMNxe0c9gqNl2wf10I=";
vendorHash = "sha256-9h7AocnhfYecEQbvesuFwXm+cTSd5lS9kdWjjO0GZP4=";
doCheck = false;