benthos: 4.18.0 -> 4.19.0

This commit is contained in:
R. Ryantm 2023-08-21 01:20:59 +00:00
parent 57d8f92a86
commit a93f86aada

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "benthos";
version = "4.18.0";
version = "4.19.0";
src = fetchFromGitHub {
owner = "benthosdev";
repo = "benthos";
rev = "refs/tags/v${version}";
hash = "sha256-wap11/D1PIvDt5Jk3CCyxWJNULMg62WFmiA09gc95dY=";
hash = "sha256-C/dExBN+ZBE8o3L0RBgYe4griFhv/Yd2I10em2UK/nQ=";
};
vendorHash = "sha256-pA8SBawcl8YFbUrDfWxzcrMK715xBTx1slvHoA/a9OM=";
vendorHash = "sha256-33eY+jF12lYSO1Fqm1hRLKA1+aMNxe0c9gqNl2wf10I=";
doCheck = false;