Skip to content

Commit 7310ab3

Browse files
authored
fluent-bit: 3.2.6 -> 3.2.8 (#388786)
2 parents c1d1a90 + 7b91946 commit 7310ab3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/fl/fluent-bit/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414

1515
stdenv.mkDerivation (finalAttrs: {
1616
pname = "fluent-bit";
17-
version = "3.2.6";
17+
version = "3.2.8";
1818

1919
src = fetchFromGitHub {
2020
owner = "fluent";
2121
repo = "fluent-bit";
2222
rev = "v${finalAttrs.version}";
23-
hash = "sha256-S0sb954n17z+zrVNkYd6yiV01aNbOLJLOV+34PRkSXQ=";
23+
hash = "sha256-E+y8lZ5fgJORFkig6aSVMYGk0US1b4xwjO9qnGu4R/Y=";
2424
};
2525

2626
# optional only to avoid linux rebuild

0 commit comments

Comments
 (0)