Skip to content

Commit

Permalink
gitAndTools.gh: 0.6.3 -> 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Apr 8, 2020
1 parent cf7513b commit fbd0974
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "gh";
version = "0.6.3";
version = "0.6.4";

src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "0h9ayz903hyc5k7fs278rbi2x5pzilwpk30fkc8cclbbcsfnk4ka";
sha256 = "0na8zfvcmdy968i47x6qd1jwfaphy5h18ff7ym5sxyia9a27yhf8";
};

modSha256 = "102v30wr9wmd6n20qdvgs5mp2s639pwbqqd71r8q52f42p694bi1";
Expand Down

0 comments on commit fbd0974

Please sign in to comment.