fluent-bit: 1.9.7 -> 1.9.8

This commit is contained in:
R. Ryantm 2022-09-07 13:35:30 +00:00 committed by Franz Pletz
parent d1a97eb921
commit 83322b7354

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fluent-bit";
version = "1.9.7";
version = "1.9.8";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "sha256-mEQmlKPnCcom7/WogRw9HUvaO3NaOM4mFKBRKPWnx1E=";
sha256 = "sha256-qHfEcLqCajGFXlEP6as7kvqFUcEAr74UZ9zSAL+OC/I=";
};
nativeBuildInputs = [ cmake flex bison ];