Merge pull request #22332 from pradeepchhetri/consul-template
consul-template: 0.14.0 -> 0.18.0
This commit is contained in:
commit
10e3dd8a5f
@ -2,7 +2,7 @@
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "consul-template-${version}";
|
||||
version = "0.14.0";
|
||||
version = "0.18.0";
|
||||
rev = "v${version}";
|
||||
|
||||
goPackagePath = "github.com/hashicorp/consul-template";
|
||||
@ -11,6 +11,14 @@ buildGoPackage rec {
|
||||
inherit rev;
|
||||
owner = "hashicorp";
|
||||
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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user