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

fluent-bit: 1.4.3 -> 1.4.4
This commit is contained in:
Mario Rodas 2020-05-19 07:21:41 -05:00 committed by GitHub
commit 41a523b361
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.4.3";
version = "1.4.4";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "1x5izsm0b3514i2vl1b3x40chjlzidr5zssn5cpgrw9a8w4jpv6h";
sha256 = "1p6ay2frrxi18965r9c83crlljx92zbdvzkwl4bl9qkb0lpml3yl";
};
nativeBuildInputs = [ cmake flex bison ];