gh: 2.14.3 -> 2.14.4

https://github.com/cli/cli/releases/tag/v2.14.4
This commit is contained in:
zowoq 2022-08-11 06:55:45 +10:00
parent 08ca24c9f2
commit eac7fe255a

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gh";
version = "2.14.3";
version = "2.14.4";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-03XB88Z3v0a9Wi1xF+TaVsiRml6JAdEOeKuMxAbybw4=";
sha256 = "sha256-vg91YnwtbD2j6zue5g5j+iyHRDrW83GQKEi/n9nDHBw=";
};
vendorSha256 = "sha256-HCOSc6GevbvNuC1zgzaCSfewF13SY1sBV+grsSF1+Fk=";
vendorSha256 = "sha256-xyrz+oN9DLDh4jSVFM5gVZFJW+yJKrhYOtQs38URAjM=";
nativeBuildInputs = [ installShellFiles ];