Merge pull request #296897 from r-ryantm/auto-update/benthos

benthos: 4.25.1 -> 4.26.0
This commit is contained in:
Weijia Wang 2024-03-24 23:12:56 +01:00 committed by GitHub
commit 26c57db10b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "benthos";
version = "4.25.1";
version = "4.26.0";
src = fetchFromGitHub {
owner = "benthosdev";
repo = "benthos";
rev = "refs/tags/v${version}";
hash = "sha256-s81svVIu/6VsZCKyDtP0TMBN6ZLxToTLGpMxRAzZLXs=";
hash = "sha256-xFh0dmiLkU/o14OCefARtvkdN4Z1hzMfamyyB/mhf9s=";
};
proxyVendor = true;