mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
fluent-bit: 2.1.5 -> 2.1.6
Diff: https://github.com/fluent/fluent-bit/compare/v2.1.5...v2.1.6 Changelog: https://github.com/fluent/fluent-bit/releases/tag/v2.1.6
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "fluent-bit";
|
||||
version = "2.1.5";
|
||||
version = "2.1.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "fluent";
|
||||
repo = "fluent-bit";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-XYbkH6dF1zeu5WXIUrUiAsJzrsl5ddYI3LBVFjd7YlU=";
|
||||
hash = "sha256-PPpdGLzyivsLd6I7ER9llp6fdLgtWRwEkKzLko/ehro=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake flex bison ];
|
||||
|
||||
Reference in New Issue
Block a user