benthos: 4.15.0 -> 4.16.0

This commit is contained in:
R. Ryantm 2023-05-30 11:18:26 +00:00
parent 1eaf23e8fe
commit cd26954d81

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "benthos";
version = "4.15.0";
version = "4.16.0";
src = fetchFromGitHub {
owner = "benthosdev";
repo = "benthos";
rev = "refs/tags/v${version}";
hash = "sha256-RqfTDE4dcVUegiaHsJMm9z9WV2dxFpgT/5LlM5105Oc=";
hash = "sha256-3cT+UBbjqCwglcGpAGpyxwD7MW5e/0w/BkSlS8E91vQ=";
};
vendorHash = "sha256-jfRmzCrw0qZJqt9tHkr/FmLWEAc911Z1hmk+nc6Lyb4=";
vendorHash = "sha256-1G1KxD+9aEnkaNsqPAVo+M+jslQcX4zZMQiKpN2PLRY=";
doCheck = false;