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

fluent-bit: 1.6.2 -> 1.6.3
This commit is contained in:
Mario Rodas 2020-11-11 03:46:44 -05:00 committed by GitHub
commit b65fac30bf
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.6.2";
version = "1.6.3";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "0v2n43mn6n4nn6r2d4ksp98793xkx334xp078vhvgi01nsmd60x7";
sha256 = "0c8b5xg1shdncw24jsnzwk96ln4qmw1h2qlxv6467lf083kz0azw";
};
nativeBuildInputs = [ cmake flex bison ];