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

fluent-bit: 2.1.9 -> 2.1.10
This commit is contained in:
maxine 2023-10-09 18:42:17 +02:00 committed by GitHub
commit 04adc51c0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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