benthos: 4.12.1 -> 4.13.0

This commit is contained in:
R. Ryantm 2023-03-18 23:23:40 +00:00
parent d384095645
commit b668e7df42

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "benthos";
version = "4.12.1";
version = "4.13.0";
src = fetchFromGitHub {
owner = "benthosdev";
repo = "benthos";
rev = "refs/tags/v${version}";
hash = "sha256-6qBeMQSBleZTsq6sExIqkkyxJUx1yt2YhUogKYEWii0=";
hash = "sha256-i4WsoZg22HCaDq6c9bQI3oAVGzW57Y6DrULyki3Hh+U=";
};
vendorHash = "sha256-sNqWTgVgcjYEzFlneQaV3g80NTrVKeKz+mtahEOdyIw=";
vendorHash = "sha256-Q+oEYP/IpCDdwj/mLl5nVZ+t+mPYtRpNrAwta4viPMo=";
doCheck = false;