mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
consul-template: 0.40.0 -> 0.41.0
This commit is contained in:
parent
6c76fd5f51
commit
adf24a58ec
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue