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

authored by Franz Pletz and committed by GitHub c5c20f80 aea4d9d7

+2 -2
+2 -2
pkgs/tools/misc/fluent-bit/default.nix
··· 12 12 13 13 stdenv.mkDerivation (finalAttrs: { 14 14 pname = "fluent-bit"; 15 - version = "2.1.10"; 15 + version = "2.2.0"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "fluent"; 19 19 repo = "fluent-bit"; 20 20 rev = "v${finalAttrs.version}"; 21 - hash = "sha256-6uq5eOHx0P2S3WsN0PooNlGQS2ty7DdPsCEgoQsLmRM="; 21 + hash = "sha256-E3fNU6aHyKMli+A+yiJUY065jchWkkAbumkdY8BaAAE="; 22 22 }; 23 23 24 24 nativeBuildInputs = [ cmake flex bison ];