fluent-bit: 4.0.5 -> 4.0.7

This commit is contained in:
R. Ryantm 2025-08-12 11:28:07 +00:00
parent b6705ec389
commit 995a386f62

View File

@ -29,13 +29,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fluent-bit";
version = "4.0.5";
version = "4.0.7";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
tag = "v${finalAttrs.version}";
hash = "sha256-wxis93xdSVRHpBfl06DlOkDnch58iSpXFMAFCtOXzbU=";
hash = "sha256-ytLPjgODX1JKuyRD5uzJiZnJRKApZ9HSjQV5f+Ur22c=";
};
# The source build documentation covers some dependencies and CMake options.