fluent-bit: 2.0.6 -> 2.0.8

This commit is contained in:
R. Ryantm 2022-12-26 02:42:49 +00:00
parent c2e1d345cb
commit 14d8537ee2

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fluent-bit";
version = "2.0.6";
version = "2.0.8";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "sha256-DUMsNuu1sdtkWCX5yweFcjbRcDRHhZYLku4mTmQqXDk=";
sha256 = "sha256-kgjLjGloudigDTP6K4W8Tv42uK/dHyH1W2aI9+uh/ws=";
};
nativeBuildInputs = [ cmake flex bison ];