consul-template: 0.35.0 -> 0.36.0

This commit is contained in:
R. Ryantm 2024-01-03 20:32:49 +00:00
parent 5f23a2f396
commit 4124e6dac4

View File

@ -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