fluent-bit: 2.2.2 -> 3.0.0

This commit is contained in:
R. Ryantm 2024-03-22 00:28:08 +00:00
parent e52b38ae97
commit 76a964a879
1 changed files with 2 additions and 2 deletions

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fluent-bit";
version = "2.2.2";
version = "3.0.0";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${finalAttrs.version}";
hash = "sha256-+AkIoGIAwz5dqQGtTJQjz+a9jgtxU1zwDuivj862Rw0=";
hash = "sha256-wyRzMIAbv4aDUUiI3UxZDIsL6DpoxbWXNmsADRL425A=";
};
nativeBuildInputs = [ cmake flex bison ];