gh: 2.54.0 -> 2.55.0

This commit is contained in:
R. Ryantm 2024-08-21 02:34:37 +00:00 committed by zowoq
parent 4119465781
commit 908882d485

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gh";
version = "2.54.0";
version = "2.55.0";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
hash = "sha256-wcEQcIDr+isuwDbwbgjGsioDjxAPfosu4vuJhro91DQ=";
hash = "sha256-Ty74t+FwyRHed4V/OoJkq/4It5KpLLa4Xxti+93rjCs=";
};
vendorHash = "sha256-JZ30OXn5XdwLhz02fZgZltLw4FIM2wTlXzRgN8mhPjQ=";
vendorHash = "sha256-K4KKgfjbopYEMJZCDt2x9l6EO7MwVBZ2HrdzvF/oetw=";
nativeBuildInputs = [ installShellFiles ];