Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gitAndTools.gh: 0.5.3 -> 0.5.5
  • Loading branch information
peterhoeg committed Feb 18, 2020
1 parent 8130f3c commit 39c5895
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -2,19 +2,19 @@

buildGoModule rec {
pname = "gh";
version = "0.5.3";
version = "0.5.5";

src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "033y9bwdaj8735nmj22k8lrgkgimji7hyly9i4jyp11iaa7cgd7a";
sha256 = "0jmkcx95kngzylqhllg33s094rggpsrgky704z8v6j4969xgrfnc";
};

modSha256 = "0ina3m2ixkkz2fws6ifwy34pmp6kn5s3j7w40alz6vmybn2smy1h";

buildFlagsArray = [
"-ldflags=-X github.com/cli/cli/command.Version=${version}"
''-ldflags=-X github.com/cli/cli/command.BuildDate=1970-01-01 -X github.com/cli/cli/command.Version=${version}''
];

subPackages = [ "cmd/gh" ];
Expand Down

0 comments on commit 39c5895

Please sign in to comment.