Skip to content

Commit

Permalink
gh: 2.8.0 -> 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Apr 26, 2022
1 parent 1651000 commit e10da1c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "gh";
version = "2.8.0";
version = "2.9.0";

src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-oPLnc3Fv8oGbfQMujcVIwKJrQ3vCV9yIB4rUtjeVOV0=";
sha256 = "sha256-k8td9YKtlkit3YzpAncocZE7+Cl8v9ZNyPD4ZysCFRI=";
};

vendorSha256 = "sha256-YLkNua0Pz0gVIYnWOzOlV5RuLBaoZ4l7l1Pf4QIfUVQ=";
Expand Down

0 comments on commit e10da1c

Please sign in to comment.