Skip to content

Commit

Permalink
Merge pull request #105833 from zowoq/gh
Browse files Browse the repository at this point in the history
gitAndTools.gh: 1.3.0 -> 1.3.1
  • Loading branch information
SuperSandro2000 committed Dec 4, 2020
2 parents 9b8c296 + fa1a819 commit 45c739f
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "gh";
version = "1.3.0";
version = "1.3.1";

src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "1d15nrba53yk75n610wnyziq9x5v515i8pqi97iyrsz2gm2lbi3p";
sha256 = "1j1nyx4ly87g0hk3hfw3qbykb64hrg3vg4r52z1w146v6ln7lm7h";
};

vendorSha256 = "009dv2brr4h71z78cxikgm0az3hxh28mwm94kn2sgx3pd4r5gir5";
vendorSha256 = "19gv7ggbry46h40d9sc5cqba95vjfknzdd1cn3xa5409qaczg9lg";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 45c739f

Please sign in to comment.