diff options
Diffstat (limited to 'third_party/gopkgs/github.com/google/uuid/default.nix')
-rw-r--r-- | third_party/gopkgs/github.com/google/uuid/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/gopkgs/github.com/google/uuid/default.nix b/third_party/gopkgs/github.com/google/uuid/default.nix index f590b5749b44..b1642e25e279 100644 --- a/third_party/gopkgs/github.com/google/uuid/default.nix +++ b/third_party/gopkgs/github.com/google/uuid/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "github.com/google/uuid"; src = depot.third_party.fetchFromGitHub { |