Skip to content

Commit

Permalink
Merge pull request NixOS#92478 from samrose/fb20_03_update
Browse files Browse the repository at this point in the history
fluent-bit: 1.3.6 -> 1.4.6
  • Loading branch information
marsam committed Jul 16, 2020
2 parents 76adfc1 + 023042c commit 3e24c3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/fluent-bit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

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

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

nativeBuildInputs = [ cmake flex bison ];
Expand Down

0 comments on commit 3e24c3e

Please sign in to comment.