Skip to content

Commit

Permalink
gh: 2.54.0 -> 2.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and zowoq committed Aug 21, 2024
1 parent 4119465 commit 908882d
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.54.0";
version = "2.55.0";

src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
hash = "sha256-wcEQcIDr+isuwDbwbgjGsioDjxAPfosu4vuJhro91DQ=";
hash = "sha256-Ty74t+FwyRHed4V/OoJkq/4It5KpLLa4Xxti+93rjCs=";
};

vendorHash = "sha256-JZ30OXn5XdwLhz02fZgZltLw4FIM2wTlXzRgN8mhPjQ=";
vendorHash = "sha256-K4KKgfjbopYEMJZCDt2x9l6EO7MwVBZ2HrdzvF/oetw=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 908882d

Please sign in to comment.