Skip to content

Commit

Permalink
fluent-bit: 3.2.2 -> 3.2.3 (#366830)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz authored Dec 22, 2024
2 parents 3caa204 + cab605c commit 8797016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/fl/fluent-bit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "fluent-bit";
version = "3.2.2";
version = "3.2.3";

src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${finalAttrs.version}";
hash = "sha256-BnrULjcWVBAOHfxlmd1RTQ8gfwlfZcwrUyLU27/9Z3M=";
hash = "sha256-5Oyw3nHlAyywF+G0UiGyi1v+jAr8eyKt/1cDT5FdJXQ=";
};

# optional only to avoid linux rebuild
Expand Down

0 comments on commit 8797016

Please sign in to comment.