gh: 2.14.0 -> 2.14.1

https://github.com/cli/cli/releases/tag/v2.14.1
This commit is contained in:
zowoq 2022-07-13 07:30:43 +10:00
parent 2c9984a471
commit dbe1337750

View File

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