Merge master into staging-next

This commit is contained in:
Frederik Rietdijk
2020-04-03 21:54:40 +02:00
357 changed files with 6567 additions and 4186 deletions
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gh";
version = "0.6.2";
version = "0.6.4";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "10vylfsc8lldmr1l6r882sx87pgxl687k419c19faq90vd403i14";
sha256 = "0na8zfvcmdy968i47x6qd1jwfaphy5h18ff7ym5sxyia9a27yhf8";
};
modSha256 = "03m193ny5z77yy586cwh099ypi1lmhb5vdj7d4kphxycnvpndr66";
modSha256 = "102v30wr9wmd6n20qdvgs5mp2s639pwbqqd71r8q52f42p694bi1";
buildFlagsArray = [
"-ldflags=-X github.com/cli/cli/command.Version=${version}"