2021-04-10 02:13:18 +02:00
|
|
|
{ depot, pkgs, ... }:
|
2019-12-19 17:25:47 +01:00
|
|
|
|
2021-03-24 00:19:17 +01:00
|
|
|
depot.nix.buildGo.external {
|
2019-12-19 17:25:47 +01:00
|
|
|
path = "github.com/src-d/gcfg";
|
|
|
|
|
2021-04-10 02:13:18 +02:00
|
|
|
src = pkgs.fetchFromGitHub {
|
2019-12-19 17:25:47 +01:00
|
|
|
owner = "src-d";
|
|
|
|
repo = "gcfg";
|
|
|
|
rev = "1ac3a1ac202429a54835fe8408a92880156b489d";
|
|
|
|
sha256 = "044j95skmyrwjw5fwjk6ka32rjgsg0ar0mfp9np19sh1acwv4x4r";
|
|
|
|
};
|
|
|
|
|
2020-08-03 21:28:16 +02:00
|
|
|
deps = with depot.third_party; [
|
2019-12-19 17:25:47 +01:00
|
|
|
gopkgs."gopkg.in".warnings
|
|
|
|
];
|
|
|
|
}
|