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

fluent-bit: 1.7.5 -> 1.7.6
This commit is contained in:
Sandro 2021-06-21 11:00:35 +02:00 committed by GitHub
commit 1ecac7403a
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 = "1.7.5";
version = "1.7.6";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "sha256-n7X6VlNZVsL+Tn9t3L4mTblVjPTKgTMmcRdkDGPXI8U=";
sha256 = "sha256-/Mpdi414LNzavh4nUY2pnflyshzwTYv1XK1HmnAHJaQ=";
};
nativeBuildInputs = [ cmake flex bison ];