Merge pull request #278562 from r-ryantm/auto-update/consul-template

consul-template: 0.35.0 -> 0.36.0
This commit is contained in:
Nick Cao
2024-01-04 10:55:59 -05:00
committed by GitHub
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "consul-template";
version = "0.35.0";
version = "0.36.0";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "consul-template";
rev = "v${version}";
hash = "sha256-/Tf4himhvX7RP+zCd4Dhgcrdo+19Unm2ypaZxGiAfrc=";
hash = "sha256-qhncff3DAJ3fiLJRVVcRZpDmzFEQI5J1cFXnlyUJRRs=";
};
vendorHash = "sha256-I/prgTUk5FviC9STb7+Yq0VJ1BzlKpnK+Ko21ut1sP4=";
vendorHash = "sha256-nOxdhVEMepZMq51M6MDIyTxBYThrwrT0C0wdwzsjoPI=";
# consul-template tests depend on vault and consul services running to
# execute tests so we skip them here