fluent-bit: 4.2.0 -> 4.2.2

This commit is contained in:
R. Ryantm
2025-12-24 09:46:30 +00:00
parent e54fe91cde
commit 395eff3e31
+2 -2
View File
@@ -29,13 +29,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fluent-bit";
version = "4.2.0";
version = "4.2.2";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
tag = "v${finalAttrs.version}";
hash = "sha256-/38eKwKEmDGJfZxcsnqrcb7OZoNxWgc+R+t3SRqktZY=";
hash = "sha256-BYaJ76iX969SLxCUMyIRbHnVt5/N+wjMMvsqxFmLqUI=";
};
# The source build documentation covers some dependencies and CMake options.