diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-13T21·31+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-13T21·31+0000 |
commit | 97e25e4dab96c77f499f360d6367e8d14a7cbbb3 (patch) | |
tree | 4a638fcd25f122468c716158a21ef364adddb724 /overrides | |
parent | fe01b82c5dc913e424c79ebb3203d964b7b0e267 (diff) |
chore(overrides): Bump buildGo.nix to add ASM support r/126
This is required to build `x/sys`, which is required by the blog_cli
Diffstat (limited to 'overrides')
-rw-r--r-- | overrides/buildGo.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overrides/buildGo.nix b/overrides/buildGo.nix index 3061e67b8cff..4a638effb88e 100644 --- a/overrides/buildGo.nix +++ b/overrides/buildGo.nix @@ -2,5 +2,5 @@ (import "${builtins.fetchGit { url = "https://github.com/tazjin/buildGo.nix"; - rev = "5649c75d01dc9058d9a6092ad2a504669cc780a9"; + rev = "7f74980457df843aea542510a406f34366e8b868"; }}/buildGo.nix") { pkgs = pkgs.third_party; } |