benthos: 4.8.0 -> 4.9.0

This commit is contained in:
R. Ryantm 2022-10-04 07:09:17 +00:00 committed by Bobby Rong
parent 3c8f16a2e2
commit 2107211a4e

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "benthos";
version = "4.8.0";
version = "4.9.0";
src = fetchFromGitHub {
owner = "benthosdev";
repo = "benthos";
rev = "v${version}";
sha256 = "sha256-jddPUNl+W8BYpBlz3h/bsz7xFvE8tSlaagBmUbOGfFI=";
sha256 = "sha256-gFtlu+Jg5XC9OlUArTCHPFN4iTF7kdyrcRcymRwSHsw=";
};
vendorSha256 = "sha256-xnrw/rXOGlZduCG/Sy4GxGJaojtve+oe2zVf3sV3lJ4=";
vendorSha256 = "sha256-sRhiTati1EsU+gBv29OkBAxqot+Bjp1BemYR1qbqN1w=";
doCheck = false;