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

depot.buildGo.external {
  path = "github.com/sergi/go-diff";

  src = depot.third_party.fetchFromGitHub {
    owner = "sergi";
    repo = "go-diff";
    rev = "58c5cb1602ee9676b5d3590d782bedde80706fcc";
    sha256 = "0ir8ali2vx0j7pipmlfd6k8c973akyy2nmbjrf008fm800zcp7z2";
  };
}