blob: 0c8aaeab98d3681e6b13f319217a5d80b8868a5d (
plain) (
tree)
|
|
{ depot, ... }:
depot.buildGo.external {
path = "golang.org/x/time";
src = builtins.fetchGit {
url = "https://go.googlesource.com/time";
rev = "555d28b269f0569763d25dbe1a237ae74c6bcc82";
};
}
|