We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1d1a90 + 7b91946 commit 7310ab3Copy full SHA for 7310ab3
1 file changed
pkgs/by-name/fl/fluent-bit/package.nix
@@ -14,13 +14,13 @@
14
15
stdenv.mkDerivation (finalAttrs: {
16
pname = "fluent-bit";
17
- version = "3.2.6";
+ version = "3.2.8";
18
19
src = fetchFromGitHub {
20
owner = "fluent";
21
repo = "fluent-bit";
22
rev = "v${finalAttrs.version}";
23
- hash = "sha256-S0sb954n17z+zrVNkYd6yiV01aNbOLJLOV+34PRkSXQ=";
+ hash = "sha256-E+y8lZ5fgJORFkig6aSVMYGk0US1b4xwjO9qnGu4R/Y=";
24
};
25
26
# optional only to avoid linux rebuild
0 commit comments