Merge pull request #35739 from ryantm/auto-update/kapacitor-1.0.0-to-1.4.0

kapacitor: 1.0.0 -> 1.4.0
This commit is contained in:
adisbladis 2018-02-27 19:38:31 +08:00 committed by GitHub
commit 79bccf4f48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "kapacitor-${version}";
version = "1.0.0";
version = "1.4.0";
goPackagePath = "github.com/influxdata/kapacitor";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "influxdata";
repo = "kapacitor";
rev = "v${version}";
sha256 = "14l9bhj6qdif79s4dyqqbnjgj3m4iarvw0ckld1wdhpdgvl8w9qh";
sha256 = "1qanf7qljzqqkyw2cdazg0ll13q8a3fs3sqydcgfbgpdmf707sj2";
};
meta = with lib; {