Skip to content

Commit

Permalink
kapacitor: 1.5.4 -> 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed Jun 17, 2020
1 parent 526472b commit bfd4de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/monitoring/kapacitor/default.nix
Expand Up @@ -2,15 +2,15 @@

buildGoPackage rec {
pname = "kapacitor";
version = "1.5.4";
version = "1.5.5";

goPackagePath = "github.com/influxdata/kapacitor";

src = fetchFromGitHub {
owner = "influxdata";
repo = "kapacitor";
rev = "v${version}";
sha256 = "1sd0gwqwa2bk81lshs8cy49mk1nh4azjkk0283rh0rkimy90l0zz";
sha256 = "17zk7fs6yl5hmhr3inwkafwmg2ihaicj43gdi5888dinhpa9bij1";
};

meta = with lib; {
Expand Down

0 comments on commit bfd4de0

Please sign in to comment.