chore(overrides): Bump buildGo.nix to add ASM support

This is required to build `x/sys`, which is required by the blog_cli
This commit is contained in:
Vincent Ambo 2019-12-13 21:31:37 +00:00
parent fe01b82c5d
commit 97e25e4dab

View file

@ -2,5 +2,5 @@
(import "${builtins.fetchGit {
url = "https://github.com/tazjin/buildGo.nix";
rev = "5649c75d01dc9058d9a6092ad2a504669cc780a9";
rev = "7f74980457df843aea542510a406f34366e8b868";
}}/buildGo.nix") { pkgs = pkgs.third_party; }