Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

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 11, 2020
1 parent ea2c1a3 commit b479619
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";
};

vendorSha256 = "0s99bjmsafnzhl3s2lcybxgsw1s4i1h3vh6p40gz4vsfhndidqrq";
vendorSha256 = "0zkgdb69zm662p50sk1663lcbkw0vp8ip9blqfp6539mp9b87dn7";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit b479619

Please sign in to comment.