3842c184b6
This makes it possible to deprecate the previous alias. Change-Id: I6efe73a21dc771cfa28094bbac434a188aebfd45 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2647 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
11 lines
296 B
Nix
11 lines
296 B
Nix
{ depot, ... }:
|
|
|
|
depot.nix.buildGo.external {
|
|
path = "github.com/golang/glog";
|
|
src = depot.third_party.fetchFromGitHub {
|
|
owner = "golang";
|
|
repo = "glog";
|
|
rev = "23def4e6c14b4da8ac2ed8007337bc5eb5007998";
|
|
sha256 = "0jb2834rw5sykfr937fxi8hxi2zy80sj2bdn9b3jb4b26ksqng30";
|
|
};
|
|
}
|