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

fluent-bit: 1.4.6 -> 1.5.0
This commit is contained in:
Mario Rodas 2020-07-16 21:46:56 -05:00 committed by GitHub
commit 7c58c7e0a5
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.4.6";
version = "1.5.0";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "0qxyjmgl85q7xk629l548bpzizma5n4j1r6nqbwh9j15ajvq7mq8";
sha256 = "15nfzs1p6na0n98hpzh4lnzcj4g83dg2nfhd4f9lay32qj12cqgj";
};
nativeBuildInputs = [ cmake flex bison ];