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

consul-template: 0.37.1 -> 0.37.2
This commit is contained in:
Nick Cao 2024-03-12 14:26:29 -04:00 committed by GitHub
commit 1b6e144e1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "consul-template";
version = "0.37.1";
version = "0.37.2";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "consul-template";
rev = "v${version}";
hash = "sha256-s1UhbCxqWm7a5ulPPnbw0lO5lbRShTBBzAGuxWV5msM=";
hash = "sha256-5BVOs73StkKiiLAoFjlsH/q+B4C+gCuu6ag2XJPwbIQ=";
};
vendorHash = "sha256-eFxXiRO2ruf1YLLWsCAYxTNUnKpaBXO8mLM4REThG1s=";
vendorHash = "sha256-oVauzk6vZJSeub55s1cTc+brDoUYwauiMSgFuN0xCw4=";
# consul-template tests depend on vault and consul services running to
# execute tests so we skip them here