Merge pull request #82888 from zowoq/gh

gitAndTools.gh: 0.6.1 -> 0.6.2
This commit is contained in:
Mario Rodas 2020-03-18 20:08:38 -05:00 committed by GitHub
commit d0cf54223c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gh";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "0jqr7i67s00gvi6cbww397jnh8qzwr37prd7frbl12j89glshwy1";
sha256 = "10vylfsc8lldmr1l6r882sx87pgxl687k419c19faq90vd403i14";
};
modSha256 = "03m193ny5z77yy586cwh099ypi1lmhb5vdj7d4kphxycnvpndr66";