Skip to content

Commit b91b532

Browse files
r-ryantmzowoq
authored andcommitted
gh: 2.72.0 -> 2.73.0
1 parent d39dd45 commit b91b532

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.72.0";
13+
version = "2.73.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "cli";
1717
repo = "cli";
1818
tag = "v${version}";
19-
hash = "sha256-0t3xt37Ij2OvBOnZZKVFJnLFU+uMv/A5utnsY55MTRw=";
19+
hash = "sha256-enD7y0PA8+W2NIHQ617bKeYI5lJt+xUhEBwjPZ2vwjg=";
2020
};
2121

22-
vendorHash = "sha256-dLHtq+CG3S5wHItF6+G3L4SYiPKo+2Hw5rYUIPQbN2A=";
22+
vendorHash = "sha256-vTUsR9aDBztJktdZQEg98/nhV4R1fxLevksQ8a6GhDc=";
2323

2424
nativeBuildInputs = [ installShellFiles ];
2525

0 commit comments

Comments
 (0)