gitAndTools.gh: 0.6.1 -> 0.6.2

https://github.com/cli/cli/releases/tag/v0.6.2
This commit is contained in:
zowoq 2020-03-19 08:03:58 +10:00
parent 57bf2557f7
commit 20f197d0b9

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";