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

fluent-bit: 2.1.1 -> 2.1.2
This commit is contained in:
Weijia Wang 2023-05-01 07:05:32 +03:00 committed by GitHub
commit 7e0fbec471
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fluent-bit";
version = "2.1.1";
version = "2.1.2";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "sha256-l0kl+4ISrfT9rQlvCs3GSJfQAqGwxhYmcqn3USl9Ewo=";
sha256 = "sha256-AdIK1qNM2mUC/dLNN5GqYzi9ulqViqsyyd1mvHRfeIM=";
};
nativeBuildInputs = [ cmake flex bison ];