Skip to content

Commit

Permalink
fluent-bit: 1.4.3 -> 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed May 19, 2020
1 parent 567f0a3 commit c77c661
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.4.3";
version = "1.4.4";

src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "1x5izsm0b3514i2vl1b3x40chjlzidr5zssn5cpgrw9a8w4jpv6h";
sha256 = "1p6ay2frrxi18965r9c83crlljx92zbdvzkwl4bl9qkb0lpml3yl";
};

nativeBuildInputs = [ cmake flex bison ];
Expand Down

0 comments on commit c77c661

Please sign in to comment.