fluent-bit: 3.0.6 -> 3.0.7

This commit is contained in:
R. Ryantm
2024-06-11 06:25:05 +00:00
parent a53f8b3cd0
commit e580dbf175
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fluent-bit";
version = "3.0.6";
version = "3.0.7";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${finalAttrs.version}";
hash = "sha256-o48qnyYAiV2gt81hC8/ja+/JWNFlMb47QsBt6BD7VjA=";
hash = "sha256-UoNzgTWPyDoa3hLh9z/aw78lmGcA/ujihUuXnKKqtPc=";
};
nativeBuildInputs = [ cmake flex bison ];