about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-09-12 17:07:35 +0200
committerGitHub <noreply@github.com>2021-09-12 17:07:35 +0200
commita3bf844c4781244c989c3367192c8b62eff50431 (patch)
tree892d235a460a1337f850aa93f82d93c318e077af /pkgs
parent8dd363b43cff5bb2b9ba36c961b3e19ccceb5b44 (diff)
parentc6140ef76e810e6cd03e6e0fabed2f11a89a845b (diff)
Merge pull request #135005 from r-ryantm/auto-update/consul-template
Diffstat (limited to 'pkgs')
-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 5326f8722d813..020e56a1526b7 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.26.0";
+  version = "0.27.0";
 
   src = fetchFromGitHub {
     owner = "hashicorp";
     repo = "consul-template";
     rev = "v${version}";
-    sha256 = "sha256-upVCztpfT+SuuB343GEnT4KSnWul10/cItKJvUqJYo4=";
+    sha256 = "sha256-XzsewkHaFIq1kvFDHIsnhfhtLPLFRin7YrhiZuF1+co=";
   };
 
-  vendorSha256 = "sha256-IAWuqg8zZ9/ny3ZijxGgHAJDICV09NTGxPvLLP4oLzw=";
+  vendorSha256 = "sha256-/4ZY4YRGsUSL2e6uYPJ9tWEvXDjU5/L56yf49pUkJ2E=";
 
   # consul-template tests depend on vault and consul services running to
   # execute tests so we skip them here