2020-02-21 13:47:29 +01:00
|
|
|
{ depot, ... }:
|
2019-12-19 17:25:47 +01:00
|
|
|
|
2020-02-21 13:47:29 +01:00
|
|
|
depot.buildGo.external {
|
2019-12-19 17:25:47 +01:00
|
|
|
path = "github.com/emirpasic/gods";
|
|
|
|
|
2020-02-21 13:47:29 +01:00
|
|
|
src = depot.third_party.fetchFromGitHub {
|
2019-12-19 17:25:47 +01:00
|
|
|
owner = "emirpasic";
|
|
|
|
repo = "gods";
|
|
|
|
rev = "4e23915b9a82f35f320a68a395a7a5045c826932";
|
|
|
|
sha256 = "00f8ch1rccakc62f9nj97hapvnx84z7wbcdmbmz7p802b9mxk5nl";
|
|
|
|
};
|
|
|
|
}
|