lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

fluent-bit: 1.8.6 -> 1.8.9

authored by

Mario Rodas and committed by
GitHub
c2189078 3cf88b7a

+2 -2
+2 -2
pkgs/tools/misc/fluent-bit/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "fluent-bit"; 5 - version = "1.8.6"; 5 + version = "1.8.9"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "fluent"; 9 9 repo = "fluent-bit"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-JYE4ReFiYSDx/0dlA8OkQw3rEpUEQDguTWoHC1r1fUc="; 11 + sha256 = "sha256-b+MZuZQB/sl0HcioU1KCxH3TNiXYSPBfC9dBKqCVeXk="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake flex bison ];