fluent-bit: 2.1.10 -> 2.2.0

This commit is contained in:
R. Ryantm 2023-11-10 17:38:31 +00:00
parent f3565a2c08
commit ab77baf24f

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fluent-bit";
version = "2.1.10";
version = "2.2.0";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${finalAttrs.version}";
hash = "sha256-6uq5eOHx0P2S3WsN0PooNlGQS2ty7DdPsCEgoQsLmRM=";
hash = "sha256-E3fNU6aHyKMli+A+yiJUY065jchWkkAbumkdY8BaAAE=";
};
nativeBuildInputs = [ cmake flex bison ];