Skip to content

Commit

Permalink
gh: 2.14.4 -> 2.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Aug 23, 2022
1 parent d9fe36e commit 958b655
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "gh";
version = "2.14.4";
version = "2.14.5";

src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-vg91YnwtbD2j6zue5g5j+iyHRDrW83GQKEi/n9nDHBw=";
sha256 = "sha256-BkUSt4MTcAdAJjZv7MIhkhCUc/uuROrUkDhc+u1N67Y=";
};

vendorSha256 = "sha256-xyrz+oN9DLDh4jSVFM5gVZFJW+yJKrhYOtQs38URAjM=";
vendorSha256 = "sha256-ZgUU9G9BLjGSDvS15fmSpvGD0POKuX9mTF9+XxYciZI=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 958b655

Please sign in to comment.