chore(third_party/gopkgs): Add Google Maps API client & deps

This commit is contained in:
Vincent Ambo 2020-01-05 21:08:33 +00:00
parent 1e71b80f6a
commit b8ca70539b
4 changed files with 39 additions and 3 deletions

View file

@ -0,0 +1,12 @@
{ pkgs, ... }:
pkgs.buildGo.external {
path = "github.com/google/uuid";
src = pkgs.third_party.fetchFromGitHub {
owner = "google";
repo = "uuid";
rev = "c2e93f3ae59f2904160ceaab466009f965df46d6";
sha256 = "0zw8fvl6jqg0fmv6kmvhss0g4gkrbvgyvl2zgy5wdbdlgp4fja0h";
};
}