Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-04-03 00:14:57 +00:00
committed by GitHub
60 changed files with 8100 additions and 2479 deletions
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gh";
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "009jh1i1ji7d773ismifdw4qvwlb8s1zn14d0n84j9h3n0hyynbc";
sha256 = "1q0vc9wr4n813mxkf7jjj3prw1n7xv4l985qd57pg4a2js1dqa1y";
};
vendorSha256 = "1wv30z0jg195nkpz3rwvhixyw81lg2wzwwajq9g6s3rfjj8gs9v2";