fluent-bit: 3.0.3 -> 3.0.4

This commit is contained in:
R. Ryantm
2024-05-21 13:18:36 +00:00
parent 8257910e21
commit e8bf617348
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fluent-bit";
version = "3.0.3";
version = "3.0.4";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${finalAttrs.version}";
hash = "sha256-nlBzD9u7DsCbJq9FxsbsP8F/tPklZ43NV8T2eiwWE24=";
hash = "sha256-XMfUMyoI2mK0imvz/5HTO8CHyKubyPGSTN69v79fkjg=";
};
nativeBuildInputs = [ cmake flex bison ];