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

fluent-bit: 2.0.11 -> 2.1.1
This commit is contained in:
Mario Rodas
2023-04-23 07:55:06 -05:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fluent-bit";
version = "2.0.11";
version = "2.1.1";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "sha256-/LkQnS3NMvZf0yP6X32sayXvUDd0et5VkCWvJe4GboI=";
sha256 = "sha256-l0kl+4ISrfT9rQlvCs3GSJfQAqGwxhYmcqn3USl9Ewo=";
};
nativeBuildInputs = [ cmake flex bison ];