Unverified Commit c5c20f80 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

Merge pull request #266707 from r-ryantm/auto-update/fluent-bit

parents aea4d9d7 ab77baf2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "fluent-bit";
  version = "2.1.10";
  version = "2.2.0";

  src = fetchFromGitHub {
    owner = "fluent";
    repo = "fluent-bit";
    rev = "v${finalAttrs.version}";
    hash = "sha256-6uq5eOHx0P2S3WsN0PooNlGQS2ty7DdPsCEgoQsLmRM=";
    hash = "sha256-E3fNU6aHyKMli+A+yiJUY065jchWkkAbumkdY8BaAAE=";
  };

  nativeBuildInputs = [ cmake flex bison ];