gitAndTools.gh: 0.5.4 -> 0.5.5

https://github.com/cli/cli/releases/tag/v0.5.5
This commit is contained in:
zowoq 2020-02-14 09:46:21 +10:00
parent c30b4a746f
commit 66f50128dc

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gh";
version = "0.5.4";
version = "0.5.5";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "1i8zxz1vwr86654bxrb8ryh9mk3hsgyrkaxx17dnvasdvym49vrs";
sha256 = "0jmkcx95kngzylqhllg33s094rggpsrgky704z8v6j4969xgrfnc";
};
modSha256 = "0ina3m2ixkkz2fws6ifwy34pmp6kn5s3j7w40alz6vmybn2smy1h";
@ -29,7 +29,7 @@ buildGoModule rec {
meta = with lib; {
description = "GitHub CLI tool";
homepage = "https://github.com/cli/cli";
homepage = "https://cli.github.com/";
license = licenses.mit;
maintainers = with maintainers; [ zowoq ];
};