benthos: 4.46.0 -> 4.51.0

This commit is contained in:
R. Ryantm 2025-05-18 16:26:12 +00:00
parent 63fa397da6
commit 5673ceb15a

View file

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "benthos";
version = "4.46.0";
version = "4.51.0";
src = fetchFromGitHub {
owner = "redpanda-data";
repo = "benthos";
tag = "v${version}";
hash = "sha256-txIzW6qU4XZyvt5ndIjmYwo4D2gWlD4CjEI591k3b8s=";
hash = "sha256-GOI878JBRXrJsy0MRFyW6pH4UGj6ZOOqBElLUesqZ24=";
};
proxyVendor = true;
@ -22,7 +22,7 @@ buildGoModule rec {
"cmd/benthos"
];
vendorHash = "sha256-1XEIZemPo8IuSpakTr7Zy4Jqd/vukL5ORuW/5tA6otw=";
vendorHash = "sha256-S3rxNRr1O8+90VTUEFBPdo3uUftqSj8lvCNAdQNs7SQ=";
# doCheck = false;