gh: 2.59.0 -> 2.60.0

https://github.com/cli/cli/releases/tag/v2.60.0
This commit is contained in:
jfvillablanca 2024-10-25 21:28:39 +08:00 committed by zowoq
parent e2a3199597
commit df6fd68089

View File

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "gh";
version = "2.59.0";
version = "2.60.0";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "refs/tags/v${version}";
hash = "sha256-QOc99KmcGk9b9uy1/y1FSe0zYE1q0g06k7niqtsMDmY=";
hash = "sha256-Tvyf58f/9bOUiUAG6R9nhOerZh5Yt3LyKx88oF3s0jI=";
};
vendorHash = "sha256-Mje0IbvRj6pmOe8s8PX87ntPE+ZZeciLyOP6fmv7PmI=";
vendorHash = "sha256-nwGmYFWyAr34F4rmqFC3cK+fbUq6LRaqXhekx4Ab5sE=";
nativeBuildInputs = [ installShellFiles ];