benthos: 4.16.0 -> 4.17.0

This commit is contained in:
R. Ryantm 2023-06-17 10:14:22 +00:00
parent 7cc30fd537
commit e0df78ad4c

View File

@ -5,13 +5,13 @@
buildGoModule rec { buildGoModule rec {
pname = "benthos"; pname = "benthos";
version = "4.16.0"; version = "4.17.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "benthosdev"; owner = "benthosdev";
repo = "benthos"; repo = "benthos";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-3cT+UBbjqCwglcGpAGpyxwD7MW5e/0w/BkSlS8E91vQ="; hash = "sha256-d7HxPfHCNTVTOB4I/9lbiqYAO2srLp7v8v97zXXLKBw=";
}; };
vendorHash = "sha256-1G1KxD+9aEnkaNsqPAVo+M+jslQcX4zZMQiKpN2PLRY="; vendorHash = "sha256-1G1KxD+9aEnkaNsqPAVo+M+jslQcX4zZMQiKpN2PLRY=";