gh: 1.13.1 -> 1.14.0

https://github.com/cli/cli/releases/tag/v1.14.0
This commit is contained in:
zowoq 2021-08-05 07:44:25 +10:00
parent 4393d15463
commit ea78c0ca73

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gh";
version = "1.13.1";
version = "1.14.0";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-6ur1ZIJRghkZk5tLMJUmKn+XfjVGFE0MRSQ/Uz+Eans=";
sha256 = "sha256-JCuJliBr1IPdwGG9T0Bx5DhtHw8tJ45mteRLxRbkyio=";
};
vendorSha256 = "sha256-JJNyzMYAQT/pS1+eGYQsUpxDiwa6DP7JWhIBuTtnOiE=";
vendorSha256 = "sha256-6H56jf4QV+DdsiCetyhpXp6NHc86Hzo+CuqF06dL26A=";
nativeBuildInputs = [ installShellFiles ];