fluent-bit: 4.0.3 -> 4.0.5

This commit is contained in:
R. Ryantm
2025-07-31 17:03:23 +02:00
committed by Pascal Bach
parent 37562c993b
commit 38b7e3688f
+2 -2
View File
@@ -29,13 +29,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fluent-bit";
version = "4.0.3";
version = "4.0.5";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
tag = "v${finalAttrs.version}";
hash = "sha256-hxlvidzrEE/5xzka414CerGQ/Vi2jXUnNvO/oSxrHQQ=";
hash = "sha256-wxis93xdSVRHpBfl06DlOkDnch58iSpXFMAFCtOXzbU=";
};
# The source build documentation covers some dependencies and CMake options.