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

fluent-bit: 1.8.6 -> 1.8.9
This commit is contained in:
Mario Rodas 2021-10-30 04:18:44 -05:00 committed by GitHub
commit c2189078d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fluent-bit";
version = "1.8.6";
version = "1.8.9";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "sha256-JYE4ReFiYSDx/0dlA8OkQw3rEpUEQDguTWoHC1r1fUc=";
sha256 = "sha256-b+MZuZQB/sl0HcioU1KCxH3TNiXYSPBfC9dBKqCVeXk=";
};
nativeBuildInputs = [ cmake flex bison ];