about summary refs log tree commit diff
path: root/pkgs/by-name/sn/snicat/deps.nix
blob: dca575f883443abca0c09985728abb558b244d08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[
  {
    goPackagePath = "github.com/therootcompany/sclient";
    fetch = {
      type = "FromGitHub";
      owner = "therootcompany";
      repo = "sclient";
      rev = "v1.5.0";
      sha256 = "sha256-NAFTOx2sm92K+d746Z5UpB1HGsJI6cJgmh+YTyVkJ0w=";
    };
  }
]