consul-template: 0.14.0 -> 0.18.0

This commit is contained in:
Pradeep Chhetri 2017-02-01 09:08:01 +05:30
parent e967068695
commit 4d5c39611c

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
name = "consul-template-${version}"; name = "consul-template-${version}";
version = "0.14.0"; version = "0.18.0";
rev = "v${version}"; rev = "v${version}";
goPackagePath = "github.com/hashicorp/consul-template"; goPackagePath = "github.com/hashicorp/consul-template";
@ -11,6 +11,14 @@ buildGoPackage rec {
inherit rev; inherit rev;
owner = "hashicorp"; owner = "hashicorp";
repo = "consul-template"; repo = "consul-template";
sha256 = "15zsax44g3dwjmmm4fpb54mvsjvjf3b6g3ijskgipvhcy0d3j938"; sha256 = "1a1r7jwv0d4l8bcjal9chvr871hmw0ljbihgjqasp6gvjg0hfbx6";
};
meta = with stdenv.lib; {
homepage = https://github.com/hashicorp/consul-template/;
description = "Generic template rendering and notifications with Consul";
platforms = platforms.linux ++ platforms.darwin;
license = licenses.mpl20;
maintainers = with maintainers; [ pradeepchhetri ];
}; };
} }