gh: 2.89.0 -> 2.90.0

(cherry picked from commit 35174fd4ed)
This commit is contained in:
R. Ryantm
2026-04-16 20:05:27 +00:00
committed by Michael Daniels
parent d3b4bee0a5
commit 2dc04799ed

View File

@@ -10,16 +10,16 @@
buildGo126Module rec {
pname = "gh";
version = "2.89.0";
version = "2.90.0";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
tag = "v${version}";
hash = "sha256-SiPcji8CbJd6GwWmsIFWq3874Mr9/VggOATX9yKYjow=";
hash = "sha256-yVc4UvC+CsW+pP/BJRjcOGX7h8zO2M8yM0m57Mr89JY=";
};
vendorHash = "sha256-Sko+jTkGUTiR66Mv/p5INv/CLID1EK2v9fY0GfIeckg=";
vendorHash = "sha256-hz6oMLTibnSLB11vEWsO0O5ZFGKYJaVce6POqINObnI=";
nativeBuildInputs = [ installShellFiles ];