Skip to content

Commit

Permalink
Merge pull request #281498 from mfrw/mfrw/gh-2.42.1
Browse files Browse the repository at this point in the history
gh: 2.41.0 -> 2.42.1
  • Loading branch information
marsam authored Jan 18, 2024
2 parents b2d4c49 + 8373e30 commit f7e6ecd
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.41.0";
version = "2.42.1";

src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
hash = "sha256-GkrEirunY17WgAv4XOreG+JwPQn7cRTmr7hJ3/2tSrY=";
hash = "sha256-5kTBOWdL31UfFDp8XC+lc2vJrXZ0PBJafXyczMPn59o=";
};

vendorHash = "sha256-XBoC1sHfxInkamSHNm7Vb3AKCgIch6uYx0jJWqN7PN8=";
Expand Down

0 comments on commit f7e6ecd

Please sign in to comment.