about summary refs log tree commit diff
path: root/overrides
diff options
context:
space:
mode:
Diffstat (limited to 'overrides')
-rw-r--r--overrides/buildGo.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/overrides/buildGo.nix b/overrides/buildGo.nix
index aa6cd415df..3061e67b8c 100644
--- a/overrides/buildGo.nix
+++ b/overrides/buildGo.nix
@@ -2,5 +2,5 @@
 
 (import "${builtins.fetchGit {
   url = "https://github.com/tazjin/buildGo.nix";
-  rev = "28e587b348a8aaa7af00a004c05286af9d35ca9a";
+  rev = "5649c75d01dc9058d9a6092ad2a504669cc780a9";
 }}/buildGo.nix") { pkgs = pkgs.third_party; }