benthos: 4.56.0 -> 4.57.1

This commit is contained in:
R. Ryantm
2025-10-10 07:51:42 +00:00
parent daebeba791
commit 0ba4f435e4
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "benthos";
version = "4.56.0";
version = "4.57.1";
src = fetchFromGitHub {
owner = "redpanda-data";
repo = "benthos";
tag = "v${version}";
hash = "sha256-TayHN6Vsp1mkDNqa6mc5HWGPIfyeJQdzOGBnE6SioZ0=";
hash = "sha256-OiXdeoxaik+ynoLSR/fWieLIhcx5Y/G1fY2aTL2yBFM=";
};
proxyVendor = true;