fluent-bit: 4.0.5 -> 4.0.7

(cherry picked from commit 995a386f62)
This commit is contained in:
R. Ryantm
2025-08-12 11:28:07 +00:00
committed by github-actions[bot]
parent 239688ddac
commit 85ecd6a3c0

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.