Unverified Commit 98bd31c7 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

fluent-bit: 4.0.7 -> 4.0.10 (#435348)

parents 66932489 57a4ea80
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.0.7";
  version = "4.0.10";

  src = fetchFromGitHub {
    owner = "fluent";
    repo = "fluent-bit";
    tag = "v${finalAttrs.version}";
    hash = "sha256-ytLPjgODX1JKuyRD5uzJiZnJRKApZ9HSjQV5f+Ur22c=";
    hash = "sha256-fYgZULGGlvuxgI5qOQ83AxcpEQQlw3ZpYLpu3hDJiSc=";
  };

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