fluent-bit: 2.0.9 -> 2.0.10

This commit is contained in:
R. Ryantm 2023-03-22 16:40:21 +00:00
parent 3014c29604
commit 61f59e48e6

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fluent-bit";
version = "2.0.9";
version = "2.0.10";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "sha256-jHbxROO21cgbhEiWv9wQJyHWGGK14nGQuk9Fc9ufHqg=";
sha256 = "sha256-6bmtSsNjSy7+Q2MWJdrP+zaXKwV4CEiBjhdZju+RBLI=";
};
nativeBuildInputs = [ cmake flex bison ];