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 6296d4c commit 66ca986Copy full SHA for 66ca986
pkgs/by-name/gh/gh/package.nix
@@ -10,16 +10,16 @@
10
11
buildGoModule rec {
12
pname = "gh";
13
- version = "2.64.0";
+ version = "2.65.0";
14
15
src = fetchFromGitHub {
16
owner = "cli";
17
repo = "cli";
18
tag = "v${version}";
19
- hash = "sha256-5OdUA0rwBUjfoUZfXzFBmt/GFuvH3pm8JV2iLhaJQek=";
+ hash = "sha256-Rg6GAItG0OFDCK7rEuJs6i4QWHK3sveIh6UQVlA37mg=";
20
};
21
22
- vendorHash = "sha256-lMhSJSQHCY/bDeFM2L2Dfo4ApkjTkg8R0PwOpGr+Gi0=";
+ vendorHash = "sha256-MVjZUT1OEMAJZVsbCRg/ds57QgyiL9rLRfIo4HHHSmU=";
23
24
nativeBuildInputs = [ installShellFiles ];
25
0 commit comments