Skip to content

Commit

Permalink
gh: 2.61.0 -> 2.62.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 52b48e2)
  • Loading branch information
afh authored and LeSuisse committed Nov 30, 2024
1 parent 887ac55 commit 06671a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/gh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

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

src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "refs/tags/v${version}";
hash = "sha256-zzcptg2hTQDRWFbC99q/Qy+Nk2vrhekYc5dMr3fjFD0=";
hash = "sha256-1nJCI+MLqZnEeXXHYI/GbZoPqIuIyQO5kFkPiLN+Y6I=";
};

vendorHash = "sha256-b8HO4mevQcfX/VpJv1ZefXWAeXyhsy6074fvVNoH/8Y=";
Expand Down

0 comments on commit 06671a1

Please sign in to comment.