Merge pull request #143116 from iAmMrinal0/update/gh

gh: 2.1.0 -> 2.2.0
This commit is contained in:
figsoda
2021-10-27 12:28:14 -04:00
committed by GitHub
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gh";
version = "2.1.0";
version = "2.2.0";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-70FmFN76azRqnAZ9SLgr/V8moqkWoBbDB6IdSXM7Vmg=";
sha256 = "sha256-/czexUqpdsFQAteZ75ur2SFibrtZWffHpPBEPlLQXSY=";
};
vendorSha256 = "sha256-004TspNwjCWnrD86HEf5wGpt8OCP5qIrTwlGWSRNUmg=";
vendorSha256 = "sha256-slMl5dCyyVNBgDbpYECfYUbpJJ7sWuSGSutYR3rTzj0=";
nativeBuildInputs = [ installShellFiles ];