Merge pull request #96314 from r-ryantm/auto-update/fluent-bit

fluent-bit: 1.5.3 -> 1.5.4
This commit is contained in:
Mario Rodas 2020-08-25 20:43:53 -05:00 committed by GitHub
commit bb38194cbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];