mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #169750 from r-ryantm/auto-update/consul-template
consul-template: 0.28.0 -> 0.29.0
This commit is contained in:
commit
daac043257
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "consul-template";
|
pname = "consul-template";
|
||||||
version = "0.28.0";
|
version = "0.29.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hashicorp";
|
owner = "hashicorp";
|
||||||
repo = "consul-template";
|
repo = "consul-template";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-9NsudhalFm0km7BmK+2QzK9LxirrVtIFzNrugpw4f8g=";
|
sha256 = "sha256-HxzniR4z3YzvFww3KqhtelaqMQJBsSw83pfz+jHxvKQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-SUbQPzFZUBgFZvaLc8730hZhJvt3/ni306Vt3EZMOmU=";
|
vendorSha256 = "sha256-wRNfxJVX45dfIBZ0sy48qbPkAsD0CIB1PDTiGs8Fjhs=";
|
||||||
|
|
||||||
# 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 a new issue