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

fluent-bit: 1.9.8 -> 1.9.9
This commit is contained in:
Mario Rodas
2022-09-30 20:33:26 -05:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fluent-bit";
version = "1.9.8";
version = "1.9.9";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
sha256 = "sha256-qHfEcLqCajGFXlEP6as7kvqFUcEAr74UZ9zSAL+OC/I=";
sha256 = "sha256-6+4DOi61WwUstIkHzUU4eBsfeqEUxJY54RccvpXjlJY=";
};
nativeBuildInputs = [ cmake flex bison ];