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

fluent-bit: 2.2.0 -> 2.2.1
This commit is contained in:
Franz Pletz 2024-01-03 01:49:28 +01:00 committed by GitHub
commit 640b51eee9
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.2.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${finalAttrs.version}";
hash = "sha256-E3fNU6aHyKMli+A+yiJUY065jchWkkAbumkdY8BaAAE=";
hash = "sha256-XGmCEzFa0f+s2J+ZyNXeExxrwS3B7Fr4MUeH5y+hG78=";
};
nativeBuildInputs = [ cmake flex bison ];