fluent-bit: 1.7.4 -> 1.7.5

This commit is contained in:
R. RyanTM 2021-05-16 03:47:34 +00:00 committed by Jonathan Ringer
parent db2815a9da
commit 45e19f23d3

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fluent-bit";
version = "1.7.4";
version = "1.7.5";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "sha256-xOrEPZ+AUihVVaxrqCCeO6n3XFkVahCzHOuX947LRFs=";
sha256 = "sha256-n7X6VlNZVsL+Tn9t3L4mTblVjPTKgTMmcRdkDGPXI8U=";
};
nativeBuildInputs = [ cmake flex bison ];