We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cf534 commit 0a15053Copy full SHA for 0a15053
pkgs/by-name/gh/gh/package.nix
@@ -10,16 +10,16 @@
10
11
buildGoModule rec {
12
pname = "gh";
13
- version = "2.63.0";
+ version = "2.63.2";
14
15
src = fetchFromGitHub {
16
owner = "cli";
17
repo = "cli";
18
rev = "refs/tags/v${version}";
19
- hash = "sha256-r60mqFMvgZ39hBjehHrjqDsCzznyQDcXJmqIrn62Jvw=";
+ hash = "sha256-MxgwnRTIJFpYhZZhyc59ZAzgi6ud7mHpdSIImMlkwtg=";
20
};
21
22
- vendorHash = "sha256-vdyArSBBF6ImYbwzAJCWbLihCtJuvxN6ooymwj32ywQ=";
+ vendorHash = "sha256-UCEtvEpfoyJs5lpoAfMehg5cFQ3XlESRT8XFIwvyYas=";
23
24
nativeBuildInputs = [ installShellFiles ];
25
0 commit comments