Skip to content

Commit

Permalink
gh: 2.15.0 -> 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Sep 21, 2022
1 parent fad61ad commit 25bb19c
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.15.0";
version = "2.16.0";

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

vendorSha256 = "sha256-Q8XnXa5zTo6YbM5DEau2AsChd8kZrpFNRLhTZzogL9U=";
vendorSha256 = "sha256-TVMFOit2pi+ZVcppzs0iKNXluDW9ZQDH2d7cPSzg+ak=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 25bb19c

Please sign in to comment.