Skip to content

Commit

Permalink
gh: 2.60.0 -> 2.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afh authored and zowoq committed Nov 8, 2024
1 parent a87d070 commit b5394df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/version-management/gh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

buildGoModule rec {
pname = "gh";
version = "2.60.0";
version = "2.61.0";

src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "refs/tags/v${version}";
hash = "sha256-Tvyf58f/9bOUiUAG6R9nhOerZh5Yt3LyKx88oF3s0jI=";
hash = "sha256-zzcptg2hTQDRWFbC99q/Qy+Nk2vrhekYc5dMr3fjFD0=";
};

vendorHash = "sha256-nwGmYFWyAr34F4rmqFC3cK+fbUq6LRaqXhekx4Ab5sE=";
vendorHash = "sha256-b8HO4mevQcfX/VpJv1ZefXWAeXyhsy6074fvVNoH/8Y=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit b5394df

Please sign in to comment.