Merge pull request #29562 from LumiGuide/journalbeat-5.6.0

journalbeat: 5.5.0 -> 5.6.0
This commit is contained in:
Jörg Thalheim 2017-09-20 02:44:40 +01:00 committed by GitHub
commit 87435a95f8

@ -7,7 +7,7 @@ let
in buildGoPackage rec {
name = "journalbeat-${version}";
version = "5.5.0";
version = "5.6.0";
goPackagePath = "github.com/mheese/journalbeat";
@ -22,7 +22,7 @@ in buildGoPackage rec {
owner = "mheese";
repo = "journalbeat";
rev = "v${version}";
sha256 = "134n1kg6nx5yycn2cyldiayaqm8zps94hz4zfz9klp2jzq68m35y";
sha256 = "0b5yqzw1h945mwwyy7cza6bc7kzv3x1p9w2xkzmvr7rw3pd32r06";
};
meta = with lib; {