summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-10-30 15:22:37 +0800
committerGitHub <noreply@github.com>2021-10-30 15:22:37 +0800
commit48ed4128886759e2a16c6890cdfe5797a706f1a7 (patch)
treeecf30c72bad953c9608b1e75c6ff6aa4128fff6d /pkgs/tools/system
parent3792b945b981151ed09d657e4573c558a1076386 (diff)
parent0ee1aa2d606d8bfa7d4914a5e7e0901fb54497c8 (diff)
Merge pull request #143604 from r-ryantm/auto-update/consul-template
consul-template: 0.27.0 -> 0.27.1
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/consul-template/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/system/consul-template/default.nix b/pkgs/tools/system/consul-template/default.nix
index 020e56a1526b..b811ea5f39f7 100644
--- a/pkgs/tools/system/consul-template/default.nix
+++ b/pkgs/tools/system/consul-template/default.nix
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "consul-template";
- version = "0.27.0";
+ version = "0.27.1";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "consul-template";
rev = "v${version}";
- sha256 = "sha256-XzsewkHaFIq1kvFDHIsnhfhtLPLFRin7YrhiZuF1+co=";
+ sha256 = "sha256-t6oqey2GlGOOxGuhlYnQeYzw1vR7qeiM+tSqzp3L3g0=";
};
- vendorSha256 = "sha256-/4ZY4YRGsUSL2e6uYPJ9tWEvXDjU5/L56yf49pUkJ2E=";
+ vendorSha256 = "sha256-my4ECzmvrPhbKlcEptQ0xi4lYxHm42IrEsOvcetuMeQ=";
# consul-template tests depend on vault and consul services running to
# execute tests so we skip them here