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

fluent-bit: 1.5.7 -> 1.6.0
This commit is contained in:
Mario Rodas 2020-10-11 21:59:36 -05:00 committed by GitHub
commit b3dca2ae79
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.5.7";
version = "1.6.0";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "1kpa2wgpm747w7bnk33m7bip5shlbkavs7rwnlj6yr600dcp8zp5";
sha256 = "1m8ly2h52mw67kqc7qqpf7sxxnyk4fnw2qavjpj6zgw3i6dhj0p1";
};
nativeBuildInputs = [ cmake flex bison ];