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

fluent-bit: 1.3.11 -> 1.4.0
gstqt5
Benjamin Hipple 2020-03-26 00:30:19 -04:00 committed by GitHub
commit a0c0ae3af0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fluent-bit";
version = "1.3.11";
version = "1.4.0";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "0s1j5mrih4zzaxhqhrd01cibp53rbdqfxf0ng64yfjqlqdh4dhkk";
sha256 = "07p0cy4y2x45kgimg7rjjk9zknmnnsfxdy2vlz6dzaxrslv6c3x6";
};
nativeBuildInputs = [ cmake flex bison ];