about summary refs log tree commit diff
path: root/third_party/gopkgs/github.com/davecgh/go-spew/default.nix
blob: f8e6b07c5cf4d4ebecc8b626127ddee6f38c97f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ depot, ... }:

depot.nix.buildGo.external {
  path = "github.com/davecgh/go-spew";
  src = depot.third_party.fetchFromGitHub {
    owner = "davecgh";
    repo = "go-spew";
    rev = "8991bc29aa16c548c550c7ff78260e27b9ab7c73";
    sha256 = "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y";
  };
}