Commit 8260c9a4 authored by R. RyanTM's avatar R. RyanTM
Browse files

benthos: 4.44.1 -> 4.45.1

parent 573c650e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "benthos";
  version = "4.44.1";
  version = "4.45.1";

  src = fetchFromGitHub {
    owner = "redpanda-data";
    repo = "benthos";
    tag = "v${version}";
    hash = "sha256-gOx//AZ3fnz6f4BH+Dpc0jovW1LSSpr10T/j8S6Stvs=";
    hash = "sha256-pbbeVNpGCjLxhesq88aoeTnaawMgDTCx0wDA6Y2sXsM=";
  };

  proxyVendor = true;
@@ -22,7 +22,7 @@ buildGoModule rec {
    "cmd/benthos"
  ];

  vendorHash = "sha256-tYsRq355W3ZPfcSWOQyF87isq14/qdR72ZfhzberTz0=";
  vendorHash = "sha256-1XEIZemPo8IuSpakTr7Zy4Jqd/vukL5ORuW/5tA6otw=";

#  doCheck = false;