gh: 2.8.0 -> 2.9.0

https://github.com/cli/cli/releases/tag/v2.9.0
This commit is contained in:
zowoq 2022-04-26 21:58:54 +10:00
parent 1651000b71
commit e10da1c7f5

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gh";
version = "2.8.0";
version = "2.9.0";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-oPLnc3Fv8oGbfQMujcVIwKJrQ3vCV9yIB4rUtjeVOV0=";
sha256 = "sha256-k8td9YKtlkit3YzpAncocZE7+Cl8v9ZNyPD4ZysCFRI=";
};
vendorSha256 = "sha256-YLkNua0Pz0gVIYnWOzOlV5RuLBaoZ4l7l1Pf4QIfUVQ=";