gh: 2.58.0 -> 2.59.0

This commit is contained in:
Austin Horstman 2024-10-16 10:05:23 -05:00
parent 1e3da2d0a6
commit 8b77143ca1
No known key found for this signature in database

View File

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "gh";
version = "2.58.0";
version = "2.59.0";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
hash = "sha256-KHJKE550XlGdB++jq/1kHP4o1QISbPtbt4GU9uIP3RE=";
rev = "refs/tags/v${version}";
hash = "sha256-QOc99KmcGk9b9uy1/y1FSe0zYE1q0g06k7niqtsMDmY=";
};
vendorHash = "sha256-6T9LQNzGpADLwI0pFvjBe5rqbXOEDZmjYCy4RhNqcFI=";
vendorHash = "sha256-Mje0IbvRj6pmOe8s8PX87ntPE+ZZeciLyOP6fmv7PmI=";
nativeBuildInputs = [ installShellFiles ];