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

fluent-bit: 1.4.4 -> 1.4.5
This commit is contained in:
Mario Rodas
2020-05-27 23:49:06 -05:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fluent-bit";
version = "1.4.4";
version = "1.4.5";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "1p6ay2frrxi18965r9c83crlljx92zbdvzkwl4bl9qkb0lpml3yl";
sha256 = "0kxbq174a5fdcdh1hvnrlk79cg7lyily7iskfxhyz9l26qana9jp";
};
nativeBuildInputs = [ cmake flex bison ];