3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #75915 from marsam/update-fluent-bit

fluent-bit: 1.3.4 -> 1.3.5
This commit is contained in:
Franz Pletz 2019-12-19 03:42:26 +00:00 committed by GitHub
commit f2b55f2827
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.3.4";
version = "1.3.5";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "01iy8xgsyc1clhpik4nmkxw6xnblzswvn35qz4h4p5sw97c4iwq8";
sha256 = "0xwh8fnvahcyygz0ydi4pdzgsyvjaphwl3f2ccdas52fbirwnicn";
};
nativeBuildInputs = [ cmake flex bison ];