Skip to content

Commit

Permalink
gh: 2.63.2 -> 2.64.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and zowoq committed Dec 21, 2024
1 parent e21fc45 commit ecade5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/gh/gh/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

buildGoModule rec {
pname = "gh";
version = "2.63.2";
version = "2.64.0";

src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "refs/tags/v${version}";
hash = "sha256-MxgwnRTIJFpYhZZhyc59ZAzgi6ud7mHpdSIImMlkwtg=";
hash = "sha256-5OdUA0rwBUjfoUZfXzFBmt/GFuvH3pm8JV2iLhaJQek=";
};

vendorHash = "sha256-UCEtvEpfoyJs5lpoAfMehg5cFQ3XlESRT8XFIwvyYas=";
vendorHash = "sha256-lMhSJSQHCY/bDeFM2L2Dfo4ApkjTkg8R0PwOpGr+Gi0=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit ecade5a

Please sign in to comment.