Unverified Commit 0ca724d0 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

benthos: 4.55.0 -> 4.56.0 (#444826)

parents 93c3a907 a27a3ee6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "benthos";
  version = "4.55.0";
  version = "4.56.0";

  src = fetchFromGitHub {
    owner = "redpanda-data";
    repo = "benthos";
    tag = "v${version}";
    hash = "sha256-i6PDTgiDEZJAobNvDxRwggIfBMsZ7gZsn6ruthVn37w=";
    hash = "sha256-TayHN6Vsp1mkDNqa6mc5HWGPIfyeJQdzOGBnE6SioZ0=";
  };

  proxyVendor = true;