Merge pull request #77717 from marsam/update-fluent-bit

fluent-bit: 1.3.5 -> 1.3.6
This commit is contained in:
Mario Rodas 2020-01-15 20:00:10 -05:00 committed by GitHub
commit 588e1c61cb
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.5";
version = "1.3.6";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "0xwh8fnvahcyygz0ydi4pdzgsyvjaphwl3f2ccdas52fbirwnicn";
sha256 = "0gkn5axjxaa52f3w2qxwwab4m46xrxymbkcpw1v1jihil34pxw7a";
};
nativeBuildInputs = [ cmake flex bison ];