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

consul-template: 0.37.2 -> 0.37.3
This commit is contained in:
Nick Cao 2024-03-24 10:56:29 -04:00 committed by GitHub
commit 2735b578a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "consul-template";
version = "0.37.2";
version = "0.37.3";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "consul-template";
rev = "v${version}";
hash = "sha256-5BVOs73StkKiiLAoFjlsH/q+B4C+gCuu6ag2XJPwbIQ=";
hash = "sha256-WzI/w2hL8EDI8X6T7erIeSrxiSv3dryehCg6KyTkGj0=";
};
vendorHash = "sha256-oVauzk6vZJSeub55s1cTc+brDoUYwauiMSgFuN0xCw4=";