Unverified Commit 04adc51c authored by maxine's avatar maxine Committed by GitHub
Browse files

Merge pull request #259084 from r-ryantm/auto-update/fluent-bit

fluent-bit: 2.1.9 -> 2.1.10
parents 40ca853e 92f25526
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "fluent-bit";
  version = "2.1.9";
  version = "2.1.10";

  src = fetchFromGitHub {
    owner = "fluent";
    repo = "fluent-bit";
    rev = "v${finalAttrs.version}";
    hash = "sha256-G/DYGmZMB1vMJJK6vIWxGqhN8WRNjNXoMn9AY75Gw4M=";
    hash = "sha256-6uq5eOHx0P2S3WsN0PooNlGQS2ty7DdPsCEgoQsLmRM=";
  };

  nativeBuildInputs = [ cmake flex bison ];