fluent-bit: 3.1.10 -> 3.2.2

This commit is contained in:
R. Ryantm
2024-12-08 15:17:08 +00:00
parent 0bc7caf6ff
commit 9d75005cbc
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fluent-bit";
version = "3.1.10";
version = "3.2.2";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${finalAttrs.version}";
hash = "sha256-/YKXWYaDqkJ8fWgcYktXWJPcjDJTupgRTSQVp0cWruY=";
hash = "sha256-BnrULjcWVBAOHfxlmd1RTQ8gfwlfZcwrUyLU27/9Z3M=";
};
# optional only to avoid linux rebuild