fluent-bit: 2.2.0 -> 2.2.1

This commit is contained in:
R. Ryantm 2023-12-22 18:57:48 +00:00
parent 3eccda7f1a
commit 3cad12f665

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fluent-bit";
version = "2.2.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${finalAttrs.version}";
hash = "sha256-E3fNU6aHyKMli+A+yiJUY065jchWkkAbumkdY8BaAAE=";
hash = "sha256-XGmCEzFa0f+s2J+ZyNXeExxrwS3B7Fr4MUeH5y+hG78=";
};
nativeBuildInputs = [ cmake flex bison ];