fluent-bit: 1.4.1 -> 1.4.3

This commit is contained in:
Mario Rodas 2020-05-02 04:20:00 -05:00
parent 5ce11e6853
commit 1c54d144ce
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.1";
version = "1.4.3";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "1xfbghaylzsh48ag4aw77nmzm1cds4nx53m4s1fiy0r31sm8vqwl";
sha256 = "1x5izsm0b3514i2vl1b3x40chjlzidr5zssn5cpgrw9a8w4jpv6h";
};
nativeBuildInputs = [ cmake flex bison ];