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

fluent-bit: 1.3.6 -> 1.3.7
This commit is contained in:
Mario Rodas 2020-02-11 05:42:07 -05:00 committed by GitHub
commit 6a9ba2f5f4
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.3.6";
version = "1.3.7";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "0gkn5axjxaa52f3w2qxwwab4m46xrxymbkcpw1v1jihil34pxw7a";
sha256 = "1j0fzhakk4kpfpq4p4c0byw99adxd9w7irfn83rlvw8bw32j2lrj";
};
nativeBuildInputs = [ cmake flex bison ];