Skip to content

Commit

Permalink
Merge pull request #80674 from zowoq/gh
Browse files Browse the repository at this point in the history
gitAndTools.gh: 0.5.6 -> 0.5.7
  • Loading branch information
marsam committed Feb 21, 2020
2 parents d1c61f8 + 3338225 commit b0a5b32
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.5.6";
version = "0.5.7";

src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "0bn7l1q1d85zg7za8bfz12wwz6ff17vwdsriazvhwia3a93g9ad0";
sha256 = "14j8210c1dndnhb8l2ifxcljzhajjhil86lvk9y7ndjkq09805q1";
};

modSha256 = "1qwcl74sg5az9vaivnvn7f40p72ilmkms5rp52sp5imfrql81lxf";
Expand Down

0 comments on commit b0a5b32

Please sign in to comment.