fluent-bit: 3.0.1 -> 3.0.2

This commit is contained in:
R. Ryantm 2024-04-15 05:39:24 +00:00
parent 1f54fa2ddf
commit e6afeada62
1 changed files with 2 additions and 2 deletions

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fluent-bit";
version = "3.0.1";
version = "3.0.2";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${finalAttrs.version}";
hash = "sha256-gys6dye137dW/WkoaLQXnrEwU0mXYfHOhuyeg452Tro=";
hash = "sha256-4LYIQ1WIt9btQI255nnTnGjz/GSUl/5mI6TEq99zNCM=";
};
nativeBuildInputs = [ cmake flex bison ];