Unverified Commit cbb686fe authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

fluent-bit: 3.1.3 -> 3.1.4
parents 5210ca80 3ad3b5c9
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.3";
  version = "3.1.4";

  src = fetchFromGitHub {
    owner = "fluent";
    repo = "fluent-bit";
    rev = "v${finalAttrs.version}";
    hash = "sha256-bRgRpCnMt20JEuKqW5VetW8HyMgjNuqEgoeBG7sm++Y=";
    hash = "sha256-TXFVvnjEitEFwQAuqNCgV0xbABcDxGS9KfCUenKN448=";
  };

  # optional only to avoid linux rebuild