fluent-bit: 2.1.6 -> 2.1.7

This commit is contained in:
R. Ryantm
2023-07-17 18:15:32 +00:00
parent fdf0e8f80a
commit 28f90732f4
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fluent-bit";
version = "2.1.6";
version = "2.1.7";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${version}";
hash = "sha256-PPpdGLzyivsLd6I7ER9llp6fdLgtWRwEkKzLko/ehro=";
hash = "sha256-KQHrzfmYoDnWP4bBHXeHq47K6LqVcPuSLu7h2ka+U8A=";
};
nativeBuildInputs = [ cmake flex bison ];