Skip to content

Commit

Permalink
gh: 2.14.7 -> 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Sep 7, 2022
1 parent 43bf7f3 commit b761260
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "gh";
version = "2.14.7";
version = "2.15.0";

src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-IOpMq9Oyy51UzaPdkGQJQ15jr1JH6iMlvozurIQy0SY=";
sha256 = "sha256-+RHKrCW/5qCHO1KxjGdpbvqZxZe8hd+EWpUAfMr5FFI=";
};

vendorSha256 = "sha256-ZgUU9G9BLjGSDvS15fmSpvGD0POKuX9mTF9+XxYciZI=";
vendorSha256 = "sha256-Q8XnXa5zTo6YbM5DEau2AsChd8kZrpFNRLhTZzogL9U=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit b761260

Please sign in to comment.