Skip to content

Commit

Permalink
gitAndTools.gh: 0.7.0 -> 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed May 11, 2020
1 parent 028d322 commit 6618edf
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "gh";
version = "0.7.0";
version = "0.8.0";

src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "054mag8jgxkvx2f95ha10n45v4xv5lms69w76g95z18m62qhjcyl";
sha256 = "08fy3677yq52x40rab49ijhw4r25ls2807dbv9wpna6w07n7r8v7";
};

modSha256 = "0v33x9bnwjfg4425vralnsb4i22c0g1rcmaga9911v0i7d51k0fn";
Expand Down

0 comments on commit 6618edf

Please sign in to comment.