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 d39dd45 commit b91b532Copy full SHA for b91b532
pkgs/by-name/gh/gh/package.nix
@@ -10,16 +10,16 @@
10
11
buildGoModule rec {
12
pname = "gh";
13
- version = "2.72.0";
+ version = "2.73.0";
14
15
src = fetchFromGitHub {
16
owner = "cli";
17
repo = "cli";
18
tag = "v${version}";
19
- hash = "sha256-0t3xt37Ij2OvBOnZZKVFJnLFU+uMv/A5utnsY55MTRw=";
+ hash = "sha256-enD7y0PA8+W2NIHQ617bKeYI5lJt+xUhEBwjPZ2vwjg=";
20
};
21
22
- vendorHash = "sha256-dLHtq+CG3S5wHItF6+G3L4SYiPKo+2Hw5rYUIPQbN2A=";
+ vendorHash = "sha256-vTUsR9aDBztJktdZQEg98/nhV4R1fxLevksQ8a6GhDc=";
23
24
nativeBuildInputs = [ installShellFiles ];
25
0 commit comments