fluent-bit: 1.5.4 -> 1.5.6

This commit is contained in:
R. RyanTM 2020-09-25 06:52:27 +00:00
parent 020ff6989a
commit 48e1befab8
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "fluent-bit"; pname = "fluent-bit";
version = "1.5.4"; version = "1.5.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fluent"; owner = "fluent";
repo = "fluent-bit"; repo = "fluent-bit";
rev = "v${version}"; rev = "v${version}";
sha256 = "0w96f86i2jlzjk2plf8jbdw4q748khbhhjkbzfb8dkq2lhc9i80h"; sha256 = "1s4yjcqpvvvmzv2gzx9hnma9dkrqspp9ds0w3d7mbqw0z5gc70x9";
}; };
nativeBuildInputs = [ cmake flex bison ]; nativeBuildInputs = [ cmake flex bison ];