Skip to content

Commit 0a15053

Browse files
r-ryantmzowoq
authored andcommitted
gh: 2.63.0 -> 2.63.2
1 parent 46cf534 commit 0a15053

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/gh/gh/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010

1111
buildGoModule rec {
1212
pname = "gh";
13-
version = "2.63.0";
13+
version = "2.63.2";
1414

1515
src = fetchFromGitHub {
1616
owner = "cli";
1717
repo = "cli";
1818
rev = "refs/tags/v${version}";
19-
hash = "sha256-r60mqFMvgZ39hBjehHrjqDsCzznyQDcXJmqIrn62Jvw=";
19+
hash = "sha256-MxgwnRTIJFpYhZZhyc59ZAzgi6ud7mHpdSIImMlkwtg=";
2020
};
2121

22-
vendorHash = "sha256-vdyArSBBF6ImYbwzAJCWbLihCtJuvxN6ooymwj32ywQ=";
22+
vendorHash = "sha256-UCEtvEpfoyJs5lpoAfMehg5cFQ3XlESRT8XFIwvyYas=";
2323

2424
nativeBuildInputs = [ installShellFiles ];
2525

0 commit comments

Comments
 (0)