Merge pull request #35601 from ryantm/auto-update/consul-template-0.18.1-to-0.19.4

consul-template: 0.18.1 -> 0.19.4
This commit is contained in:
lewo 2018-02-26 09:57:15 +01:00 committed by GitHub
commit 9bb0a785bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "consul-template-${version}";
version = "0.18.1";
version = "0.19.4";
rev = "v${version}";
goPackagePath = "github.com/hashicorp/consul-template";
@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev;
owner = "hashicorp";
repo = "consul-template";
sha256 = "0swyhc5smjbp5wql43qhpxrcbg47v89l5icb1s60gszhxizlkk7d";
sha256 = "06agjzpax45gw7s9b69cz9w523nx7ksikqcg0z0vipwrp7pwrydd";
};
meta = with stdenv.lib; {