about summary refs log tree commit diff
path: root/pkgs/tools/security/hologram/default.nix
blob: d73827f636b4597161fcbba32731656c3096df26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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;
}