Unverified Commit 77140a49 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

fluent-bit: 2.0.8 -> 2.0.9
parents 358cece9 0f03cb58
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "fluent-bit";
  version = "2.0.8";
  version = "2.0.9";

  src = fetchFromGitHub {
    owner = "fluent";
    repo = "fluent-bit";
    rev = "v${version}";
    sha256 = "sha256-kgjLjGloudigDTP6K4W8Tv42uK/dHyH1W2aI9+uh/ws=";
    sha256 = "sha256-jHbxROO21cgbhEiWv9wQJyHWGGK14nGQuk9Fc9ufHqg=";
  };

  nativeBuildInputs = [ cmake flex bison ];