Unverified Commit f9f6201e authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

fluent-bit: 3.1.10 -> 3.2.2 (#363253)

parents 8f8d4054 9d75005c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

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

  src = fetchFromGitHub {
    owner = "fluent";
    repo = "fluent-bit";
    rev = "v${finalAttrs.version}";
    hash = "sha256-/YKXWYaDqkJ8fWgcYktXWJPcjDJTupgRTSQVp0cWruY=";
    hash = "sha256-BnrULjcWVBAOHfxlmd1RTQ8gfwlfZcwrUyLU27/9Z3M=";
  };

  # optional only to avoid linux rebuild