From 9e273d5b29290a26ce28554582ca45ab80cea9fa Mon Sep 17 00:00:00 2001 From: Kamil Chmielewski Date: Sat, 4 Jun 2016 22:31:11 +0200 Subject: consul--template: extracted from goPackages --- pkgs/tools/system/consul-template/default.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pkgs/tools/system/consul-template/default.nix (limited to 'pkgs/tools/system') diff --git a/pkgs/tools/system/consul-template/default.nix b/pkgs/tools/system/consul-template/default.nix new file mode 100644 index 000000000000..989ad2b51a18 --- /dev/null +++ b/pkgs/tools/system/consul-template/default.nix @@ -0,0 +1,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"; + }; +} -- cgit 1.4.1