fluent-bit: 1.3.11 -> 1.4.0

This commit is contained in:
Mario Rodas 2020-03-25 18:00:00 -05:00
parent e882dfe91f
commit ad8bd3b430
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

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 ];