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

fluent-bit: 4.2.0 -> 4.2.2 (#469900)

parents 74007568 395eff3e
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.0";
  version = "4.2.2";

  src = fetchFromGitHub {
    owner = "fluent";
    repo = "fluent-bit";
    tag = "v${finalAttrs.version}";
    hash = "sha256-/38eKwKEmDGJfZxcsnqrcb7OZoNxWgc+R+t3SRqktZY=";
    hash = "sha256-BYaJ76iX969SLxCUMyIRbHnVt5/N+wjMMvsqxFmLqUI=";
  };

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