chore(third_party/gopkgs): Add Google Maps API client & deps
This commit is contained in:
parent
1e71b80f6a
commit
b8ca70539b
4 changed files with 39 additions and 3 deletions
12
third_party/gopkgs/github.com/google/uuid/default.nix
vendored
Normal file
12
third_party/gopkgs/github.com/google/uuid/default.nix
vendored
Normal 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";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue