summary refs log tree commit diff
path: root/pkgs/tools/system/consul-template/default.nix
blob: 989ad2b51a1865ef5e4aa0f1f0650bf6d9f3a3bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This file was generated by go2nix.
{ stdenv, lib, go16Packages, fetchgit, fetchhg, fetchbzr, fetchsvn }:

with go16Packages;

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

  goPackagePath = "github.com/hashicorp/consul-template";

  src = fetchgit {
    inherit rev;
    url = "https://github.com/hashicorp/consul-template";
    sha256 = "15zsax44g3dwjmmm4fpb54mvsjvjf3b6g3ijskgipvhcy0d3j938";
  };
}