summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/security/hologram
diff options
context:
space:
mode:
authorKamil Chmielewski <kamil.chm@gmail.com>2016-06-04 19:37:12 +0200
committerKamil Chmielewski <kamil.chm@gmail.com>2016-06-09 11:22:02 +0200
commitf473582a754df80197677548b31ed6e074d276a7 (patch)
treeb31916df0b7a581042e527d89dba4a414f0cc66a /pkgs/tools/security/hologram
parent8bfff0f5a6db64664cc4081d4e5bac727070add8 (diff)
hologram: extracted from goPackages
Diffstat (limited to 'pkgs/tools/security/hologram')
-rw-r--r--pkgs/tools/security/hologram/default.nix20
-rw-r--r--pkgs/tools/security/hologram/deps.json19
2 files changed, 39 insertions, 0 deletions
diff --git a/pkgs/tools/security/hologram/default.nix b/pkgs/tools/security/hologram/default.nix
new file mode 100644
index 000000000000..d73827f636b4
--- /dev/null
+++ b/pkgs/tools/security/hologram/default.nix
@@ -0,0 +1,20 @@
+# This file was generated by go2nix.
+{ stdenv, lib, goPackages, fetchgit, fetchhg, fetchbzr, fetchsvn }:
+
+with goPackages;
+
+buildGoPackage rec {
+ name = "hologram-${version}";
+ version = "20160209-${stdenv.lib.strings.substring 0 7 rev}";
+ rev = "8d86e3fdcbfd967ba58d8de02f5e8173c101212e";
+
+ goPackagePath = "github.com/AdRoll/hologram";
+
+ src = fetchgit {
+ inherit rev;
+ url = "https://github.com/AdRoll/hologram";
+ sha256 = "0i0p170brdsczfz079mqbc5y7x7mdph04p3wgqsd7xcrddvlkkaf";
+ };
+
+ goDeps = ./deps.json;
+}
diff --git a/pkgs/tools/security/hologram/deps.json b/pkgs/tools/security/hologram/deps.json
new file mode 100644
index 000000000000..177c960933e8
--- /dev/null
+++ b/pkgs/tools/security/hologram/deps.json
@@ -0,0 +1,19 @@
+[
+ {
+ "include": "../../libs.json",
+ "packages": [
+ "github.com/aybabtme/rgbterm",
+ "github.com/vaughan0/go-ini",
+ "github.com/howeyc/gopass",
+ "github.com/AdRoll/hologram",
+ "github.com/mitchellh/go-homedir",
+ "github.com/goamz/goamz",
+ "github.com/nmcclain/asn1-ber",
+ "gopkg.in/asn1-ber.v1",
+ "github.com/peterbourgon/g2s",
+ "github.com/nmcclain/ldap",
+ "github.com/golang/protobuf",
+ "golang.org/x/crypto"
+ ]
+ }
+]