gh: 2.17.0 -> 2.18.0

https://github.com/cli/cli/releases/tag/v2.18.0
This commit is contained in:
zowoq 2022-10-18 21:09:02 +10:00
parent 0e12549164
commit c321a3bf25

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gh";
version = "2.17.0";
version = "2.18.0";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-2GDhDmk7AVb2DGxibIQM0b7hj2iGvjeLJ4+vAZggxtk=";
sha256 = "sha256-MnjUJFylU2YoM3SsxRIjakFKiYkfyVNiCpMc0euu0fc=";
};
vendorSha256 = "sha256-TVMFOit2pi+ZVcppzs0iKNXluDW9ZQDH2d7cPSzg+ak=";
vendorSha256 = "sha256-XWquL/+47t467kOYpDgMmT7t3hbdCiPQnatRW+VtaYc=";
nativeBuildInputs = [ installShellFiles ];