1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

gh: 2.55.0 -> 2.56.0

This commit is contained in:
R. Ryantm 2024-09-09 17:25:33 +00:00
parent 4e97d1fdd6
commit 7b432e3299

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gh";
version = "2.55.0";
version = "2.56.0";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
hash = "sha256-Ty74t+FwyRHed4V/OoJkq/4It5KpLLa4Xxti+93rjCs=";
hash = "sha256-PDw2u+2hMiPmQe1lnJXnZk8JVsti/j7Nq5Uv3b7RIk4=";
};
vendorHash = "sha256-K4KKgfjbopYEMJZCDt2x9l6EO7MwVBZ2HrdzvF/oetw=";
vendorHash = "sha256-rMJWUm79/wBBdVvNdIQc7jqzxfDXphBvGYU3wD/BITk=";
nativeBuildInputs = [ installShellFiles ];