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

fluent-bit: 1.7.1 -> 1.7.2
This commit is contained in:
Mario Rodas
2021-03-08 19:33:45 -05:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fluent-bit";
version = "1.7.1";
version = "1.7.2";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "1xzbsnij0xsgd5j11frkf35w8rkr55hq2yl7myaxrgzh686a8law";
sha256 = "sha256-5R26NvhSYesMk/8i9+5H3pZTgbdbnuQ1rLlCa/gWJGc=";
};
nativeBuildInputs = [ cmake flex bison ];