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

benthos: 4.25.1 -> 4.26.0

authored by Weijia Wang and committed by GitHub 26c57db1 d601f8f6

+2 -2
+2 -2
pkgs/development/tools/benthos/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "benthos"; 8 - version = "4.25.1"; 8 + version = "4.26.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "benthosdev"; 12 12 repo = "benthos"; 13 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-s81svVIu/6VsZCKyDtP0TMBN6ZLxToTLGpMxRAzZLXs="; 14 + hash = "sha256-xFh0dmiLkU/o14OCefARtvkdN4Z1hzMfamyyB/mhf9s="; 15 15 }; 16 16 17 17 proxyVendor = true;