Skip to content

Commit

Permalink
fluent-bit: 1.5.3 -> 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 25, 2020
1 parent 0a874ff commit d01dbfb
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.5.3";
version = "1.5.4";

src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "153c7hafmzwxa24h923irfhzaqqd8wbr2aaab6l3hjhgx5q8s5bf";
sha256 = "0w96f86i2jlzjk2plf8jbdw4q748khbhhjkbzfb8dkq2lhc9i80h";
};

nativeBuildInputs = [ cmake flex bison ];
Expand Down

0 comments on commit d01dbfb

Please sign in to comment.