2020-02-21 13:47:29 +01:00
|
|
|
{ depot, ... }:
|
2020-01-05 22:08:33 +01:00
|
|
|
|
2020-02-21 13:47:29 +01:00
|
|
|
depot.buildGo.external {
|
2020-01-05 22:08:33 +01:00
|
|
|
path = "golang.org/x/time";
|
|
|
|
|
|
|
|
src = builtins.fetchGit {
|
|
|
|
url = "https://go.googlesource.com/time";
|
|
|
|
rev = "555d28b269f0569763d25dbe1a237ae74c6bcc82";
|
|
|
|
};
|
|
|
|
}
|