Merge pull request #81658 from zowoq/gh

gitAndTools.gh: 0.5.7 -> 0.6.0
This commit is contained in:
Mario Rodas 2020-03-03 18:50:34 -05:00 committed by GitHub
commit b7a94c332a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gh";
version = "0.5.7";
version = "0.6.0";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "14j8210c1dndnhb8l2ifxcljzhajjhil86lvk9y7ndjkq09805q1";
sha256 = "0wqc9c30iydwylw53idff1ny2v410jcbhn7hpiinc4x5m3dy7827";
};
modSha256 = "1qwcl74sg5az9vaivnvn7f40p72ilmkms5rp52sp5imfrql81lxf";
modSha256 = "191ds0dkllc0l2lbqnwlca26js90b2g9f70jsid0zhmz3z9f1zh9";
buildFlagsArray = [
"-ldflags=-X github.com/cli/cli/command.Version=${version}"