Unverified Commit a53b95f1 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

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

fluent-bit: 3.0.7 -> 3.1.0
parents 7d5b8ff5 4ab447c0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "fluent-bit";
  version = "3.0.7";
  version = "3.1.0";

  src = fetchFromGitHub {
    owner = "fluent";
    repo = "fluent-bit";
    rev = "v${finalAttrs.version}";
    hash = "sha256-AR+YmxIP6VZlpztpez6OViX1cGqoP/jeOiuzBcav1Eg=";
    hash = "sha256-X97Z/1GBooQNH6SLH5AG6uX7BkCXCIkdh9vEE4IkUEA=";
  };

  # optional only to avoid linux rebuild