Skip to content

Commit

Permalink
consul-template: 0.18.0 -> 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepchhetri authored and globin committed Feb 17, 2017
1 parent cfea446 commit 3e484e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/system/consul-template/default.nix
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
name = "consul-template-${version}";
version = "0.18.0";
version = "0.18.1";
rev = "v${version}";

goPackagePath = "github.com/hashicorp/consul-template";
Expand All @@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev;
owner = "hashicorp";
repo = "consul-template";
sha256 = "1a1r7jwv0d4l8bcjal9chvr871hmw0ljbihgjqasp6gvjg0hfbx6";
sha256 = "0swyhc5smjbp5wql43qhpxrcbg47v89l5icb1s60gszhxizlkk7d";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit 3e484e7

Please sign in to comment.