1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

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

fluent-bit: 1.3.8 -> 1.3.9
This commit is contained in:
Mario Rodas 2020-03-03 23:33:09 -05:00 committed by GitHub
commit 8b44e6b1ee
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.8";
version = "1.3.9";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "1b14hm809zy4idg8p2ah1sg4pgzqyy459mlf7rfc2msvf716sicr";
sha256 = "1ly6afq4badmvs1rsqcai5kyka66n0rzi8857893wjcscppja55a";
};
nativeBuildInputs = [ cmake flex bison ];