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

fluent-bit: 1.5.0 -> 1.5.2
This commit is contained in:
Mario Rodas 2020-08-02 10:01:11 -05:00 committed by GitHub
commit dfe8b3ae50
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.5.0";
version = "1.5.2";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "15nfzs1p6na0n98hpzh4lnzcj4g83dg2nfhd4f9lay32qj12cqgj";
sha256 = "1q413rslsba8pqxlrypx4kpk1a4sp66p0swv3lrnd7k7bf55j3jk";
};
nativeBuildInputs = [ cmake flex bison ];