summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2022-04-22 06:18:48 -0700
committerGitHub <noreply@github.com>2022-04-22 06:18:48 -0700
commitdaac04325706fe506e576b1d6e7405367c386e11 (patch)
tree904d645267bb556ea1a903b46e05eadbb2fa3340
parentde177e3ed712b959de69da7d2c47e880a61187ed (diff)
parentf137a6eef64aaa7071c163bebfc476b0a0d99164 (diff)
downloadnixpkgs-daac04325706fe506e576b1d6e7405367c386e11.tar
nixpkgs-daac04325706fe506e576b1d6e7405367c386e11.tar.gz
nixpkgs-daac04325706fe506e576b1d6e7405367c386e11.tar.bz2
nixpkgs-daac04325706fe506e576b1d6e7405367c386e11.tar.lz
nixpkgs-daac04325706fe506e576b1d6e7405367c386e11.tar.xz
nixpkgs-daac04325706fe506e576b1d6e7405367c386e11.tar.zst
nixpkgs-daac04325706fe506e576b1d6e7405367c386e11.zip
Merge pull request #169750 from r-ryantm/auto-update/consul-template
consul-template: 0.28.0 -> 0.29.0
-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 5d09020eec3..c265cf028bc 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.28.0";
+  version = "0.29.0";
 
   src = fetchFromGitHub {
     owner = "hashicorp";
     repo = "consul-template";
     rev = "v${version}";
-    sha256 = "sha256-9NsudhalFm0km7BmK+2QzK9LxirrVtIFzNrugpw4f8g=";
+    sha256 = "sha256-HxzniR4z3YzvFww3KqhtelaqMQJBsSw83pfz+jHxvKQ=";
   };
 
-  vendorSha256 = "sha256-SUbQPzFZUBgFZvaLc8730hZhJvt3/ni306Vt3EZMOmU=";
+  vendorSha256 = "sha256-wRNfxJVX45dfIBZ0sy48qbPkAsD0CIB1PDTiGs8Fjhs=";
 
   # consul-template tests depend on vault and consul services running to
   # execute tests so we skip them here