consul-template: 0.40.0 -> 0.41.0

This commit is contained in:
R. Ryantm 2025-06-05 14:48:35 +00:00
parent 6c76fd5f51
commit adf24a58ec

View file

@ -7,16 +7,16 @@
buildGoModule rec { buildGoModule rec {
pname = "consul-template"; pname = "consul-template";
version = "0.40.0"; version = "0.41.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hashicorp"; owner = "hashicorp";
repo = "consul-template"; repo = "consul-template";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-iqBcY7FYCO4qqQRAHxA2sxTnyL5c0vLVWKuhqvX0oJE="; hash = "sha256-rPr69/U7+TZ7snzK8dvyd+5/O9/sqKMY/sIPOGkORs4=";
}; };
vendorHash = "sha256-Slp+x+cYYIC/XgICb9qDdqq1gTDxLNwXyClaWZt1fs8="; vendorHash = "sha256-VUqRNK6OwSVydVbmxDe75JnI16JpnGT+wyAItqz781Q=";
# consul-template tests depend on vault and consul services running to # consul-template tests depend on vault and consul services running to
# execute tests so we skip them here # execute tests so we skip them here