fluent-bit: 3.1.8 -> 3.1.9

This commit is contained in:
R. Ryantm 2024-10-03 11:24:14 +00:00 committed by Anthony Roussel
parent 546277a998
commit ed4895b4d0

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fluent-bit";
version = "3.1.8";
version = "3.1.9";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${finalAttrs.version}";
hash = "sha256-SQltn4tbBGOFxascERG7J29vGz/jdq/4BWMH7P4BP64=";
hash = "sha256-SIBdiKgg444sZ8RUQscnOg8XzuAZcLvU4++0HY0G/ss=";
};
# optional only to avoid linux rebuild