Merge pull request #297886 from r-ryantm/auto-update/fluent-bit

This commit is contained in:
Franz Pletz 2024-03-24 15:46:15 +01:00 committed by GitHub
commit 357a1b5d81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ];