Skip to content

Commit

Permalink
gitAndTools.gh: 0.6.1 -> 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Apr 8, 2020
1 parent ba71d71 commit f7b3dfc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit f7b3dfc

Please sign in to comment.