gh: 2.36.0 -> 2.37.0

This commit is contained in:
Austin Horstman 2023-10-20 22:32:40 -05:00 committed by zowoq
parent 1e10dff0ef
commit fc34c4eb1f

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gh";
version = "2.36.0";
version = "2.37.0";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
hash = "sha256-ya+Iuhe+vXNqt6mfpZ3h8jq++82AGMj+Zd4ozGFjuqY=";
hash = "sha256-EAvBPUm2U31gzpfyjEPClT1lbBYiITXpdc+T3nUMOeg=";
};
vendorHash = "sha256-tJDn3pyX5iTIa61OQXbErdBprqxu1N2LXqyJtpDQnBE=";
vendorHash = "sha256-G3cpR5S+upk3js5anZHXxcRayTEGMqnBpmtp4HO0pjQ=";
nativeBuildInputs = [ installShellFiles ];