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

fluent-bit: 1.6.4 -> 1.6.5
This commit is contained in:
Sandro 2020-11-26 08:41:39 +01:00 committed by GitHub
commit 126ac17e0a
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.4";
version = "1.6.5";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "1hfkix5pjcrm68bm4k71dlkkdlnwffzlw4kxhiq9pmg09z8s6kq3";
sha256 = "0318fw04fman20hjdjsgix6fg4fp85mrsm3bb629kxn30xi6wsh3";
};
nativeBuildInputs = [ cmake flex bison ];