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

fluent-bit: 1.6.5 -> 1.6.6
This commit is contained in:
Mario Rodas 2020-12-02 05:10:49 -05:00 committed by GitHub
commit 4b37187221
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.6.5";
version = "1.6.6";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "0318fw04fman20hjdjsgix6fg4fp85mrsm3bb629kxn30xi6wsh3";
sha256 = "0hkl0wb1xsq7z7gbmblq4fj42llw58lxgvm41z7bliq8a2qg3hv9";
};
nativeBuildInputs = [ cmake flex bison ];