fluent-bit: 3.2.5 -> 3.2.6

This commit is contained in:
R. Ryantm
2025-02-12 04:40:12 +00:00
parent 83a2581c81
commit 8b18dfdc09
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fluent-bit";
version = "3.2.5";
version = "3.2.6";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${finalAttrs.version}";
hash = "sha256-H3wcKeHfAJNJAEtRcTU8rz93wug39TUqV3XN4wkTqMg=";
hash = "sha256-S0sb954n17z+zrVNkYd6yiV01aNbOLJLOV+34PRkSXQ=";
};
# optional only to avoid linux rebuild