Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-02-07 00:37:36 +00:00
committed by GitHub
40 changed files with 131 additions and 112 deletions
+2
View File
@@ -14,6 +14,8 @@ buildGoModule rec {
runVend = true;
vendorSha256 = "sha256-GcIaUIuTiSY1aKxRtclfl7hMNaZZx4uoVG7ahjF/4Hs=";
buildFlagsArray = [ "-ldflags=-s -w -X main.Version=v${version}" ];
preCheck = ''
export HOME=$(mktemp -d)
'';