gh: 2.13.0 -> 2.14.0

https://github.com/cli/cli/releases/tag/v2.14.0
This commit is contained in:
zowoq 2022-07-12 21:33:10 +10:00
parent 2b7a01a6ea
commit 5723e473be

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gh";
version = "2.13.0";
version = "2.14.0";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-9FWmEujTUWexyqNQVagU/U9AyOZJdWL5y4Q0ZHRBxcc=";
sha256 = "sha256-1IpYy8d+Gmd2cWIAIMXv0lpDkSc8SflklQFu1mP72Yo=";
};
vendorSha256 = "sha256-a/+Dj66zT/W8rxvvXnJSdoyYhajMY1T3kEbrpC24tMU=";
vendorSha256 = "sha256-yhUP6BaR2xloy3/g7pKhn5ljwTEm8XwPaOiZCIfIM7E=";
nativeBuildInputs = [ installShellFiles ];