fluent-bit: 2.1.8 -> 2.1.9

This commit is contained in:
R. Ryantm 2023-09-13 11:29:24 +00:00
parent 79812f80f3
commit 6bb576e639

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fluent-bit";
version = "2.1.8";
version = "2.1.9";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${finalAttrs.version}";
hash = "sha256-iWbWkKd0Rpg0EU3H//sAxth1v1S52yPwGn1AzeC9xkA=";
hash = "sha256-G/DYGmZMB1vMJJK6vIWxGqhN8WRNjNXoMn9AY75Gw4M=";
};
nativeBuildInputs = [ cmake flex bison ];