Skip to content

Commit

Permalink
Merge pull request #75915 from marsam/update-fluent-bit
Browse files Browse the repository at this point in the history
fluent-bit: 1.3.4 -> 1.3.5
  • Loading branch information
fpletz committed Dec 19, 2019
2 parents 8134659 + 7010698 commit f2b55f2
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.4";
version = "1.3.5";

src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "01iy8xgsyc1clhpik4nmkxw6xnblzswvn35qz4h4p5sw97c4iwq8";
sha256 = "0xwh8fnvahcyygz0ydi4pdzgsyvjaphwl3f2ccdas52fbirwnicn";
};

nativeBuildInputs = [ cmake flex bison ];
Expand Down

0 comments on commit f2b55f2

Please sign in to comment.