Skip to content

Commit

Permalink
gitAndTools.gh: 0.9.0 -> 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Jun 12, 2020
1 parent f5e3447 commit 10ceb8f
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "gh";
version = "0.9.0";
version = "0.10.0";

src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "050wqjng0l42ilaiglwm1mzrrmnk0bg9icnzq9sm88axgl4xpmdy";
sha256 = "0m4qgvhd4fzl83acfbpwff0sqshyfhqiy5q4i7ly8h6rdsjysdck";
};

modSha256 = "0v33x9bnwjfg4425vralnsb4i22c0g1rcmaga9911v0i7d51k0fn";
modSha256 = "1cw3l6zka4mnis6zd0gc3zspw22b7vkdlcfskmgw1m1207jcscmz";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 10ceb8f

Please sign in to comment.