gh: 2.83.2 -> 2.85.0

This commit is contained in:
R. Ryantm
2026-01-14 20:14:27 +00:00
parent ef618a7ad7
commit 6cb8d37fc2

View File

@@ -10,16 +10,16 @@
buildGoModule rec {
pname = "gh";
version = "2.83.2";
version = "2.85.0";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
tag = "v${version}";
hash = "sha256-YpbxdD+83pK326EmwLCzUh+wASdOjuCqSP2eXIJndxI=";
hash = "sha256-XngvPEVrUNKuNs+9/osXEagwqe0KW25xFwEjcPfMO0M=";
};
vendorHash = "sha256-AkcbtVR1+uYy2AtRl1hvUBBF8vI3hH4NXznmgwmAzmw=";
vendorHash = "sha256-pBHEqMgEoR3sWNbQjGBNso7WLP9Rz2gu89Bzu+7jz5c=";
nativeBuildInputs = [ installShellFiles ];