Merge pull request #83902 from zowoq/gh

gitAndTools.gh: 0.6.2 -> 0.6.3
This commit is contained in:
Mario Rodas 2020-03-31 20:06:10 -05:00 committed by GitHub
commit a9673c5a19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gh";
version = "0.6.2";
version = "0.6.3";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "10vylfsc8lldmr1l6r882sx87pgxl687k419c19faq90vd403i14";
sha256 = "0h9ayz903hyc5k7fs278rbi2x5pzilwpk30fkc8cclbbcsfnk4ka";
};
modSha256 = "03m193ny5z77yy586cwh099ypi1lmhb5vdj7d4kphxycnvpndr66";
modSha256 = "102v30wr9wmd6n20qdvgs5mp2s639pwbqqd71r8q52f42p694bi1";
buildFlagsArray = [
"-ldflags=-X github.com/cli/cli/command.Version=${version}"