fluent-bit: 1.4.0 -> 1.4.1

Release notes: https://fluentbit.io/announcements/v1.4.1/
This commit is contained in:
Mario Rodas 2020-03-29 04:20:00 -05:00
parent 99a310e566
commit 0dccdd6189
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.4.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "07p0cy4y2x45kgimg7rjjk9zknmnnsfxdy2vlz6dzaxrslv6c3x6";
sha256 = "1xfbghaylzsh48ag4aw77nmzm1cds4nx53m4s1fiy0r31sm8vqwl";
};
nativeBuildInputs = [ cmake flex bison ];