gh: 2.14.1 -> 2.14.2

https://github.com/cli/cli/releases/tag/v2.14.2
This commit is contained in:
zowoq 2022-07-15 07:43:54 +10:00
parent bc0a2c0552
commit e99b08a745

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gh";
version = "2.14.1";
version = "2.14.2";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-Mp8frinjAdsNYIFLFsk8yCeQLgo6cW33B4JadNHbifE=";
sha256 = "sha256-/0cX1GSzrmTFsRA1L5pCNHMO5cb5RFx4DsInBEn3emw=";
};
vendorSha256 = "sha256-yhUP6BaR2xloy3/g7pKhn5ljwTEm8XwPaOiZCIfIM7E=";