benthos: 4.45.1 -> 4.46.0

This commit is contained in:
R. Ryantm
2025-03-24 15:19:34 +00:00
parent 1b082c3d03
commit 5aa0d7d58d
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "benthos";
version = "4.45.1";
version = "4.46.0";
src = fetchFromGitHub {
owner = "redpanda-data";
repo = "benthos";
tag = "v${version}";
hash = "sha256-pbbeVNpGCjLxhesq88aoeTnaawMgDTCx0wDA6Y2sXsM=";
hash = "sha256-txIzW6qU4XZyvt5ndIjmYwo4D2gWlD4CjEI591k3b8s=";
};
proxyVendor = true;