Skip to content

Commit

Permalink
gh: 2.56.0 -> 2.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrw committed Sep 17, 2024
1 parent e43ae1d commit 2ad2501
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.56.0";
version = "2.57.0";

src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
hash = "sha256-PDw2u+2hMiPmQe1lnJXnZk8JVsti/j7Nq5Uv3b7RIk4=";
hash = "sha256-HNr/HBt1EqbV+/dLCztucmeAqw3jLPOgQ0WLPxGDYgY=";
};

vendorHash = "sha256-rMJWUm79/wBBdVvNdIQc7jqzxfDXphBvGYU3wD/BITk=";
vendorHash = "sha256-gPUEfdS4iEzMQGdUNKMmEGRug66NVcrV3zvmkoEsNGo=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 2ad2501

Please sign in to comment.