fluentd: 0.12.6 -> 0.14.0

This commit is contained in:
Rickard Nilsson
2016-06-10 01:35:39 +00:00
parent 511565e996
commit 9657844db2
3 changed files with 118 additions and 127 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ stdenv, lib, bundlerEnv, ruby, curl }:
bundlerEnv {
name = "fluentd-0.12.6";
name = "fluentd-0.14.0";
inherit ruby;
gemfile = ./Gemfile;