about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-05-02 09:31:00 -0400
committerGitHub <noreply@github.com>2024-05-02 09:31:00 -0400
commit7a60d58981b9ecc0296eb16b3cb44a2165ccd58a (patch)
treea4479504c2cc4a5286dd1b6f45465364d272ab0c
parentb100b00625fc28f85b3cdde1132b6e5aa6f10714 (diff)
parente419bfb3006398c9f0b1cb312e5e81e835f3860c (diff)
Merge pull request #308414 from r-ryantm/auto-update/consul-template
consul-template: 0.37.4 -> 0.37.5
-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 d74b114a10fcf..5494b699ed4a4 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.37.4";
+  version = "0.37.5";
 
   src = fetchFromGitHub {
     owner = "hashicorp";
     repo = "consul-template";
     rev = "v${version}";
-    hash = "sha256-uu/w3D2pLC7fYwDbi/6qgM7kPCWH3WMDz/6ySLFkzEs=";
+    hash = "sha256-vUNOk0lvlI2K8tIgQVWDDkTwvO5gh9xnkdkx//vP1/U=";
   };
 
-  vendorHash = "sha256-oVauzk6vZJSeub55s1cTc+brDoUYwauiMSgFuN0xCw4=";
+  vendorHash = "sha256-3Z8EiO48+OAg/TnoKUuokLBSXnUUrxe8ZgE1nrILFSg=";
 
   # consul-template tests depend on vault and consul services running to
   # execute tests so we skip them here