Skip to content

Commit

Permalink
gh: 2.24.0 -> 2.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Mar 9, 2023
1 parent 75c8abc commit e3a07ea
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 @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "gh";
version = "2.24.0";
version = "2.24.1";

src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
hash = "sha256-5ccvdm0BQZ0+yccB+TjlVt5ZAPxKuEInOed2D9AzMjc=";
hash = "sha256-W0wl9I5FblbUBi1kZ7X+lhnhDahrggm9ooTaTWqATLg=";
};

vendorHash = "sha256-nn2DzjcXHiuSaiEuWNZTAZ3+OKrEpRzUPzqmH+gZ9sY=";
Expand Down

0 comments on commit e3a07ea

Please sign in to comment.