about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-28 01:31:12 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-28 01:31:12 +0000
commit9e633d53f3cb3030588012187ed12633cc60f9c7 (patch)
treee50917df65d72b23ec112de4bd117ae84bea3b62 /pkgs/tools/system
parent5d1b96ebf291b4d0695613d914914d163e99638d (diff)
downloadnixlib-9e633d53f3cb3030588012187ed12633cc60f9c7.tar
nixlib-9e633d53f3cb3030588012187ed12633cc60f9c7.tar.gz
nixlib-9e633d53f3cb3030588012187ed12633cc60f9c7.tar.bz2
nixlib-9e633d53f3cb3030588012187ed12633cc60f9c7.tar.lz
nixlib-9e633d53f3cb3030588012187ed12633cc60f9c7.tar.xz
nixlib-9e633d53f3cb3030588012187ed12633cc60f9c7.tar.zst
nixlib-9e633d53f3cb3030588012187ed12633cc60f9c7.zip
consul-template: 0.36.0 -> 0.37.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 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