fluent-bit: 2.0.8 -> 2.0.9

This commit is contained in:
R. Ryantm 2023-02-12 08:59:59 +00:00
parent 4d4ee0650f
commit 0f03cb5842

View File

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