Skip to content

Commit

Permalink
gh: 2.65.0 -> 2.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and zowoq committed Jan 31, 2025
1 parent d8a92f0 commit 92372e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/gh/gh/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

buildGoModule rec {
pname = "gh";
version = "2.65.0";
version = "2.66.0";

src = fetchFromGitHub {
owner = "cli";
repo = "cli";
tag = "v${version}";
hash = "sha256-Rg6GAItG0OFDCK7rEuJs6i4QWHK3sveIh6UQVlA37mg=";
hash = "sha256-6IxXbi0vWb/AT64q5aZiV1wuz5viksXdxonLfJlu3y0=";
};

vendorHash = "sha256-MVjZUT1OEMAJZVsbCRg/ds57QgyiL9rLRfIo4HHHSmU=";
vendorHash = "sha256-gLFPr6b9zkkvmhcljnuB23MAMa9xELsUHtcP8xTfWFE=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 92372e9

Please sign in to comment.