fluent-bit: 2.0.3 -> 2.0.4

This commit is contained in:
R. Ryantm
2022-11-09 12:36:19 +00:00
parent bbf77421ac
commit 63f8fdcf07
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fluent-bit";
version = "2.0.3";
version = "2.0.4";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "sha256-8P28xaFyaU0GrIrO+D+Rp9H4xgOymHtbAbd2mI79vSI=";
sha256 = "sha256-Fn6+hAVGgbsqR6wQc2tGcslyxlX5XIqc1PYLyhjTfh0=";
};
nativeBuildInputs = [ cmake flex bison ];