about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-06 23:11:34 +0100
committerGitHub <noreply@github.com>2024-03-06 23:11:34 +0100
commitd2cba0dbefcfb4d749ca812515e45c0b5d393b09 (patch)
tree96b29642b9c4c8f6a4f11fe0a38f1f32ae3a6e5d
parenta08e89f788320b09322923f466c015a2565fecad (diff)
parent9e633d53f3cb3030588012187ed12633cc60f9c7 (diff)
downloadnixlib-d2cba0dbefcfb4d749ca812515e45c0b5d393b09.tar
nixlib-d2cba0dbefcfb4d749ca812515e45c0b5d393b09.tar.gz
nixlib-d2cba0dbefcfb4d749ca812515e45c0b5d393b09.tar.bz2
nixlib-d2cba0dbefcfb4d749ca812515e45c0b5d393b09.tar.lz
nixlib-d2cba0dbefcfb4d749ca812515e45c0b5d393b09.tar.xz
nixlib-d2cba0dbefcfb4d749ca812515e45c0b5d393b09.tar.zst
nixlib-d2cba0dbefcfb4d749ca812515e45c0b5d393b09.zip
Merge pull request #290252 from r-ryantm/auto-update/consul-template
consul-template: 0.36.0 -> 0.37.1
-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 ea25b0cb1955..08ad879193f8 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.36.0";
+  version = "0.37.1";
 
   src = fetchFromGitHub {
     owner = "hashicorp";
     repo = "consul-template";
     rev = "v${version}";
-    hash = "sha256-qhncff3DAJ3fiLJRVVcRZpDmzFEQI5J1cFXnlyUJRRs=";
+    hash = "sha256-s1UhbCxqWm7a5ulPPnbw0lO5lbRShTBBzAGuxWV5msM=";
   };
 
-  vendorHash = "sha256-nOxdhVEMepZMq51M6MDIyTxBYThrwrT0C0wdwzsjoPI=";
+  vendorHash = "sha256-eFxXiRO2ruf1YLLWsCAYxTNUnKpaBXO8mLM4REThG1s=";
 
   # consul-template tests depend on vault and consul services running to
   # execute tests so we skip them here