Skip to content

Commit

Permalink
gitAndTools.gh 0.6.0 -> 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Mar 4, 2020
1 parent 88e2389 commit 4656fba
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "gh";
version = "0.6.0";
version = "0.6.1";

src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "0wqc9c30iydwylw53idff1ny2v410jcbhn7hpiinc4x5m3dy7827";
sha256 = "0jqr7i67s00gvi6cbww397jnh8qzwr37prd7frbl12j89glshwy1";
};

modSha256 = "191ds0dkllc0l2lbqnwlca26js90b2g9f70jsid0zhmz3z9f1zh9";
modSha256 = "03m193ny5z77yy586cwh099ypi1lmhb5vdj7d4kphxycnvpndr66";

buildFlagsArray = [
"-ldflags=-X github.com/cli/cli/command.Version=${version}"
Expand Down

0 comments on commit 4656fba

Please sign in to comment.