summary refs log tree commit diff
path: root/pkgs/development/tools/gron/deps.nix
blob: c5b1feb888ae5a33ba6ec89fe52d87efe5dbc9fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[
  rec {
    owner = "fatih";
    repo = "color";
    goPackagePath = "github.com/${owner}/${repo}";
    fetch = {
      type = "git";
      url = "https://github.com/${owner}/${repo}";
      rev = "v1.6.0";
      sha256 = "0k1v9dkhrxiqhg48yqkwzpd7x40xx38gv2pgknswbsy4r8w644i7";
    };
  }
  rec {
    owner = "nwidger";
    repo = "jsoncolor";
    goPackagePath = "github.com/${owner}/${repo}";
    fetch = {
      type = "git";
      url = "https://github.com/${owner}/${repo}";
      rev = "75a6de4340e59be95f0884b9cebdda246e0fdf40";
      sha256 = "0aiv42xijrqgrxfx6pfyrndpwqv8i1qwsk190jdczyjxlnki2nki";
    };
  }
  rec {
    owner = "pkg";
    repo = "errors";
    goPackagePath = "github.com/${owner}/${repo}";
    fetch = {
      type = "git";
      url = "https://github.com/${owner}/${repo}";
      rev = "v0.8.0";
      sha256 = "001i6n71ghp2l6kdl3qq1v2vmghcz3kicv9a5wgcihrzigm75pp5";
    };
  }
]