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 6 buildGoModule rec { 7 pname = "benthos"; 8 - version = "4.25.1"; 9 10 src = fetchFromGitHub { 11 owner = "benthosdev"; 12 repo = "benthos"; 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-s81svVIu/6VsZCKyDtP0TMBN6ZLxToTLGpMxRAzZLXs="; 15 }; 16 17 proxyVendor = true;
··· 5 6 buildGoModule rec { 7 pname = "benthos"; 8 + version = "4.26.0"; 9 10 src = fetchFromGitHub { 11 owner = "benthosdev"; 12 repo = "benthos"; 13 rev = "refs/tags/v${version}"; 14 + hash = "sha256-xFh0dmiLkU/o14OCefARtvkdN4Z1hzMfamyyB/mhf9s="; 15 }; 16 17 proxyVendor = true;