consul-template: 0.25.2 -> 0.26.0

This commit is contained in:
R. RyanTM 2021-06-14 20:16:53 +00:00
parent 19c5fd76f8
commit 90293c9b68

View file

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "consul-template"; pname = "consul-template";
version = "0.25.2"; version = "0.26.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hashicorp"; owner = "hashicorp";
repo = "consul-template"; repo = "consul-template";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-r9/CxXFaeod48NgOFWhl+axiNqjaU+RIEHI71fmYzP8="; sha256 = "sha256-upVCztpfT+SuuB343GEnT4KSnWul10/cItKJvUqJYo4=";
}; };
vendorSha256 = "sha256-DLjaDj3fJYl5ICxJuaCLKdd/AfwfUIM8teJLs3a2MHo="; vendorSha256 = "sha256-IAWuqg8zZ9/ny3ZijxGgHAJDICV09NTGxPvLLP4oLzw=";
# 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