Skip to content

Commit

Permalink
gh: 2.37.0 -> 2.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afh authored and zowoq committed Nov 1, 2023
1 parent d8af5c8 commit 2c732a9
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 @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "gh";
version = "2.37.0";
version = "2.38.0";

src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
hash = "sha256-EAvBPUm2U31gzpfyjEPClT1lbBYiITXpdc+T3nUMOeg=";
hash = "sha256-t+JpCxJM2PO9nT9nYn/Rsz/s2lQQviggbjuEy0OQV88=";
};

vendorHash = "sha256-G3cpR5S+upk3js5anZHXxcRayTEGMqnBpmtp4HO0pjQ=";
vendorHash = "sha256-XZhZDYdbjA/1g7/mPxm5u1b+z/TmwoH60/sJZ63LQMg=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 2c732a9

Please sign in to comment.