lol

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

fluent-bit: 1.6.3 -> 1.6.4

authored by

Mario Rodas and committed by
GitHub
ec65d224 250a7ba3

+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.6.3"; 5 + version = "1.6.4"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "fluent"; 9 9 repo = "fluent-bit"; 10 10 rev = "v${version}"; 11 - sha256 = "0c8b5xg1shdncw24jsnzwk96ln4qmw1h2qlxv6467lf083kz0azw"; 11 + sha256 = "1hfkix5pjcrm68bm4k71dlkkdlnwffzlw4kxhiq9pmg09z8s6kq3"; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake flex bison ];