Unverified Commit d943df73 authored by Arian van Putten's avatar Arian van Putten Committed by GitHub
Browse files

fluent-bit: 4.2.2 -> 5.0.3 (#504025)

parents fda73327 d064e53d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,13 +29,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "fluent-bit";
  version = "4.2.2";
  version = "5.0.3";

  src = fetchFromGitHub {
    owner = "fluent";
    repo = "fluent-bit";
    tag = "v${finalAttrs.version}";
    hash = "sha256-BYaJ76iX969SLxCUMyIRbHnVt5/N+wjMMvsqxFmLqUI=";
    hash = "sha256-EMzTOOhtOs2/TzfKVt0aBc2rKIgKLV0+S9R1uEFSjVo=";
  };

  # The source build documentation covers some dependencies and CMake options.