Skip to content

Commit

Permalink
Merge pull request #79804 from r-ryantm/auto-update/fluent-bit
Browse files Browse the repository at this point in the history
fluent-bit: 1.3.6 -> 1.3.7
  • Loading branch information
marsam committed Feb 11, 2020
2 parents a352631 + 0651755 commit 6a9ba2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/fluent-bit/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "fluent-bit";
version = "1.3.6";
version = "1.3.7";

src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "0gkn5axjxaa52f3w2qxwwab4m46xrxymbkcpw1v1jihil34pxw7a";
sha256 = "1j0fzhakk4kpfpq4p4c0byw99adxd9w7irfn83rlvw8bw32j2lrj";
};

nativeBuildInputs = [ cmake flex bison ];
Expand Down

0 comments on commit 6a9ba2f

Please sign in to comment.