Skip to content

Commit 66ca986

Browse files
r-ryantmzowoq
authored andcommitted
gh: 2.64.0 -> 2.65.0
1 parent 6296d4c commit 66ca986

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

1515
src = fetchFromGitHub {
1616
owner = "cli";
1717
repo = "cli";
1818
tag = "v${version}";
19-
hash = "sha256-5OdUA0rwBUjfoUZfXzFBmt/GFuvH3pm8JV2iLhaJQek=";
19+
hash = "sha256-Rg6GAItG0OFDCK7rEuJs6i4QWHK3sveIh6UQVlA37mg=";
2020
};
2121

22-
vendorHash = "sha256-lMhSJSQHCY/bDeFM2L2Dfo4ApkjTkg8R0PwOpGr+Gi0=";
22+
vendorHash = "sha256-MVjZUT1OEMAJZVsbCRg/ds57QgyiL9rLRfIo4HHHSmU=";
2323

2424
nativeBuildInputs = [ installShellFiles ];
2525

0 commit comments

Comments
 (0)