benthos: 4.25.1 -> 4.26.0

This commit is contained in:
R. Ryantm 2024-03-18 12:23:57 +00:00
parent d0d9d40f13
commit 3638ea2c3a

View File

@ -5,13 +5,13 @@
buildGoModule rec { buildGoModule rec {
pname = "benthos"; pname = "benthos";
version = "4.25.1"; version = "4.26.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-s81svVIu/6VsZCKyDtP0TMBN6ZLxToTLGpMxRAzZLXs="; hash = "sha256-xFh0dmiLkU/o14OCefARtvkdN4Z1hzMfamyyB/mhf9s=";
}; };
proxyVendor = true; proxyVendor = true;