fluent-bit: 4.1.1 -> 4.2.0 (#457466)

This commit is contained in:
Gergő Gutyina
2025-12-07 23:15:01 +00:00
committed by GitHub
+2 -2
View File
@@ -29,13 +29,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fluent-bit";
version = "4.1.1";
version = "4.2.0";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
tag = "v${finalAttrs.version}";
hash = "sha256-mu6WPp4jUAnLpZzFwy8HoKosCiYPxejsKEEnBRKodr4=";
hash = "sha256-/38eKwKEmDGJfZxcsnqrcb7OZoNxWgc+R+t3SRqktZY=";
};
# The source build documentation covers some dependencies and CMake options.