Skip to content

Commit

Permalink
gh: 2.62.0 -> 2.63.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 64d681a)
  • Loading branch information
afh authored and LeSuisse committed Nov 30, 2024
1 parent 06671a1 commit 1b199d0
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.62.0";
version = "2.63.0";

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

vendorHash = "sha256-b8HO4mevQcfX/VpJv1ZefXWAeXyhsy6074fvVNoH/8Y=";
vendorHash = "sha256-vdyArSBBF6ImYbwzAJCWbLihCtJuvxN6ooymwj32ywQ=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 1b199d0

Please sign in to comment.