Merge pull request #290252 from r-ryantm/auto-update/consul-template
consul-template: 0.36.0 -> 0.37.1
This commit is contained in:
commit
d2cba0dbef
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "consul-template";
|
pname = "consul-template";
|
||||||
version = "0.36.0";
|
version = "0.37.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hashicorp";
|
owner = "hashicorp";
|
||||||
repo = "consul-template";
|
repo = "consul-template";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-qhncff3DAJ3fiLJRVVcRZpDmzFEQI5J1cFXnlyUJRRs=";
|
hash = "sha256-s1UhbCxqWm7a5ulPPnbw0lO5lbRShTBBzAGuxWV5msM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-nOxdhVEMepZMq51M6MDIyTxBYThrwrT0C0wdwzsjoPI=";
|
vendorHash = "sha256-eFxXiRO2ruf1YLLWsCAYxTNUnKpaBXO8mLM4REThG1s=";
|
||||||
|
|
||||||
# consul-template tests depend on vault and consul services running to
|
# consul-template tests depend on vault and consul services running to
|
||||||
# execute tests so we skip them here
|
# execute tests so we skip them here
|
||||||
|
Loading…
Reference in New Issue
Block a user